From 18940a2982d1409a01b0875be302a32f98bdfbce Mon Sep 17 00:00:00 2001 From: phk Date: Wed, 3 Sep 2008 07:25:27 +0000 Subject: [PATCH] Pull in pthreads library for openbsd (ticket #304) git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@3158 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishadm/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/varnish-cache/bin/varnishadm/Makefile.am b/varnish-cache/bin/varnishadm/Makefile.am index f410a079..7ea98c7b 100644 --- a/varnish-cache/bin/varnishadm/Makefile.am +++ b/varnish-cache/bin/varnishadm/Makefile.am @@ -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} -- 2.39.5