]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
in all likelihood fix compilation with boost in non-standard location
authorBert Hubert <bert.hubert@netherlabs.nl>
Fri, 5 Oct 2012 12:36:48 +0000 (12:36 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Fri, 5 Oct 2012 12:36:48 +0000 (12:36 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2764 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/Makefile.am

index c90bedf5033fd4bc9a86b2dbdaec5d646a10d9fc..38a32c8a1949b30a68418f3a96ec41e6c675b9ba 100644 (file)
@@ -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