]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
and link in polarssl for the regression tests too - oddly we didn't need it locally...
authorbert hubert <bert.hubert@netherlabs.nl>
Mon, 6 May 2013 19:15:40 +0000 (21:15 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Mon, 6 May 2013 19:15:40 +0000 (21:15 +0200)
pdns/Makefile.am

index 82a6b23ebaacaa42e1d287046372799c9de16c2b..5cd93c335c5542644b42c681f6445e90bdaa06ee 100644 (file)
@@ -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 \