From: Bert Hubert Date: Fri, 5 Oct 2012 12:36:48 +0000 (+0000) Subject: in all likelihood fix compilation with boost in non-standard location X-Git-Tag: auth-3.2-rc1~118 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11a48e4fba1c672c9d5e94082da9e333d451b8c4;p=thirdparty%2Fpdns.git in all likelihood fix compilation with boost in non-standard location git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2764 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index c90bedf503..38a32c8a19 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -61,7 +61,7 @@ ednssubnet.cc ednssubnet.hh cachecleaner.hh # pdns_server_LDFLAGS=@moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@ $(BOOST_SERIALIZATION_LDFLAGS) -rdynamic pdns_server_LDADD= ext/polarssl-1.1.2/library/libpolarssl.a $(BOOST_SERIALIZATION_LIBS) $(LUA_LIBS) $(SQLITE3_LIBS) -pdns_server_CPPFLAGS = +pdns_server_CPPFLAGS = $(AM_CPPFLAGS) if BOTAN110 @@ -99,7 +99,7 @@ pdnssec_SOURCES=pdnssec.cc dbdnsseckeeper.cc sstuff.hh dnsparser.cc dnsparser.hh pdnssec_LDFLAGS=@moduleobjects@ @modulelibs@ @DYNLINKFLAGS@ @LIBDL@ @THREADFLAGS@ $(BOOST_PROGRAM_OPTIONS_LDFLAGS) $(BOOST_SERIALIZATION_LDFLAGS) pdnssec_LDADD= ext/polarssl-1.1.2/library/libpolarssl.a $(BOOST_PROGRAM_OPTIONS_LIBS) $(BOOST_SERIALIZATION_LIBS) $(SQLITE3_LIBS) -pdnssec_CPPFLAGS= +pdnssec_CPPFLAGS = $(AM_CPPFLAGS) if BOTAN110 pdnssec_SOURCES += botan110signers.cc botansigners.cc