r3158 - trunk/varnish-cache/bin/varnishadm

phk at projects.linpro.no phk at projects.linpro.no
Wed Sep 3 09:25:28 CEST 2008


Author: phk
Date: 2008-09-03 09:25:27 +0200 (Wed, 03 Sep 2008)
New Revision: 3158

Modified:
   trunk/varnish-cache/bin/varnishadm/Makefile.am
Log:
Pull in pthreads library for openbsd (ticket #304)



Modified: trunk/varnish-cache/bin/varnishadm/Makefile.am
===================================================================
--- trunk/varnish-cache/bin/varnishadm/Makefile.am	2008-09-02 20:20:48 UTC (rev 3157)
+++ trunk/varnish-cache/bin/varnishadm/Makefile.am	2008-09-03 07:25:27 UTC (rev 3158)
@@ -12,4 +12,4 @@
 varnishadm_LDADD = \
 	$(top_builddir)/lib/libvarnish/libvarnish.la \
 	$(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la \
-	${NET_LIBS}
+	${PTHREAD_LIBS} ${NET_LIBS}




More information about the varnish-commit mailing list