From 8b1a87ac8e7da807f9021dde1b5f72dab17b4d8a Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sat, 14 Feb 2015 00:03:36 +0100 Subject: [PATCH] The testrunner needs -ldl now --- pdns/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 2a8de046b..656f09d90 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 -- 2.40.0