Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 187570
Collapse All | Expand All

(-)varnish-1.1.orig/configure.ac (+3 lines)
Lines 50-55 Link Here
50
LIBS="${save_LIBS}"
50
LIBS="${save_LIBS}"
51
AC_SUBST(PTHREAD_LIBS)
51
AC_SUBST(PTHREAD_LIBS)
52
52
53
AC_CHECK_LIBM
54
AC_SUBST(LIBM)
55
53
# Checks for header files.
56
# Checks for header files.
54
AC_HEADER_STDC
57
AC_HEADER_STDC
55
AC_HEADER_SYS_WAIT
58
AC_HEADER_SYS_WAIT
(-)varnish-1.1.orig/bin/varnishd/Makefile.am (-1 / +1 lines)
Lines 68-71 Link Here
68
	$(top_builddir)/lib/libvarnish/libvarnish.la \
68
	$(top_builddir)/lib/libvarnish/libvarnish.la \
69
	$(top_builddir)/lib/libcompat/libcompat.a \
69
	$(top_builddir)/lib/libcompat/libcompat.a \
70
	$(top_builddir)/lib/libvcl/libvcl.la \
70
	$(top_builddir)/lib/libvcl/libvcl.la \
71
	${DL_LIBS} ${PTHREAD_LIBS}
71
	${DL_LIBS} ${PTHREAD_LIBS} ${LIBM}

Return to bug 187570