From: Peter van Dijk Date: Thu, 1 Sep 2016 16:20:06 +0000 (+0200) Subject: add boost context ldflags so freebsd builds can find the libs X-Git-Tag: rec-4.0.3~2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4420%2Fhead;p=thirdparty%2Fpdns.git add boost context ldflags so freebsd builds can find the libs (cherry picked from commit 01f097e45a286355c93da0acf78756e59ad9c126) --- diff --git a/pdns/recursordist/Makefile.am b/pdns/recursordist/Makefile.am index 733c76f1d2..d034dc96cc 100644 --- a/pdns/recursordist/Makefile.am +++ b/pdns/recursordist/Makefile.am @@ -152,7 +152,7 @@ pdns_recursor_LDADD = \ $(RT_LIBS) pdns_recursor_LDFLAGS = $(AM_LDFLAGS) \ - $(LIBCRYPTO_LDFLAGS) + $(LIBCRYPTO_LDFLAGS) $(BOOST_CONTEXT_LDFLAGS) if BOTAN110 pdns_recursor_SOURCES += \