]> err.no Git - varnish/commitdiff
Pull in pthreads library for openbsd (ticket #304)
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 3 Sep 2008 07:25:27 +0000 (07:25 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Wed, 3 Sep 2008 07:25:27 +0000 (07:25 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3158 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishadm/Makefile.am

index f410a0799507d3d9a3d071d61866b731661db041..7ea98c7b8bc840e602b05abd47244355de958fb4 100644 (file)
@@ -12,4 +12,4 @@ varnishadm_SOURCES = \
 varnishadm_LDADD = \
        $(top_builddir)/lib/libvarnish/libvarnish.la \
        $(top_builddir)/lib/libvarnishcompat/libvarnishcompat.la \
-       ${NET_LIBS}
+       ${PTHREAD_LIBS} ${NET_LIBS}