From: bert hubert Date: Mon, 6 May 2013 19:15:40 +0000 (+0200) Subject: and link in polarssl for the regression tests too - oddly we didn't need it locally... X-Git-Tag: auth-3.3-rc1~119 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2946ea63ce4a0d045be5b4f812dd1f25ecf7a17f;p=thirdparty%2Fpdns.git and link in polarssl for the regression tests too - oddly we didn't need it locally, but autotest does --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 82a6b23eba..5cd93c335c 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -247,7 +247,7 @@ testrunner_SOURCES=testrunner.cc test-misc_hh.cc test-nameserver_cc.cc nameserve rcpgenerator.cc ednssubnet.cc nsecrecords.cc sillyrecords.cc dnssecinfra.cc \ md5.cc testrunner_LDFLAGS= @DYNLINKFLAGS@ @THREADFLAGS@ $(BOOST_UNIT_TEST_FRAMEWORK_LDFLAGS) -testrunner_LDADD= $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) +testrunner_LDADD= ext/polarssl-1.1.2/library/libpolarssl.a $(BOOST_UNIT_TEST_FRAMEWORK_LIBS) pdns_recursor_SOURCES=syncres.cc resolver.hh misc.cc unix_utility.cc qtype.cc \ logger.cc statbag.cc arguments.cc lwres.cc pdns_recursor.cc reczones.cc lwres.hh \