From 694c4bb108733f0570d6fda3d7be7088f896347b Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 1 Sep 2016 18:20:06 +0200 Subject: [PATCH] add boost context ldflags so freebsd builds can find the libs (cherry picked from commit 01f097e45a286355c93da0acf78756e59ad9c126) --- pdns/recursordist/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += \ -- 2.47.2