From: Ruben Kerkhof Date: Fri, 13 Feb 2015 23:03:36 +0000 (+0100) Subject: The testrunner needs -ldl now X-Git-Tag: dnsdist-1.0.0-alpha1~306^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8b1a87ac8e7da807f9021dde1b5f72dab17b4d8a;p=thirdparty%2Fpdns.git The testrunner needs -ldl now --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 2a8de046b0..656f09d900 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -923,7 +923,8 @@ testrunner_LDFLAGS = \ testrunner_LDADD = \ $(POLARSSL_LIBS) \ $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) \ - $(BOOST_SERIALIZATION_LIBS) + $(BOOST_SERIALIZATION_LIBS) \ + $(LIBDL) if PKCS11 testrunner_SOURCES += pkcs11signers.cc pkcs11signers.hh