]> granicus.if.org Git - pdns/commitdiff
The testrunner needs -ldl now
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 13 Feb 2015 23:03:36 +0000 (00:03 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 13 Feb 2015 23:20:51 +0000 (00:20 +0100)
pdns/Makefile.am

index 2a8de046b0a7c407237ffcbcac7ba32d649d15b2..656f09d900321f93cc3e1900d650b85a55787661 100644 (file)
@@ -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