From: bert hubert Date: Sun, 26 Apr 2015 18:12:51 +0000 (+0200) Subject: make sure dnsdist builds with boost in nonstandard location X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~88^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=36cab2670693d98ba409bd8cd5b976d7aff63202;p=pdns make sure dnsdist builds with boost in nonstandard location --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 03c1c6ade..a96172117 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -1,4 +1,4 @@ -AM_CPPFLAGS = -I pdns $(LUA_CFLAGS) $(YAHTTP_CFLAGS) -O3 -Wall -pthread -DSYSCONFDIR=\"${sysconfdir}\" +AM_CPPFLAGS = -I pdns $(LUA_CFLAGS) $(YAHTTP_CFLAGS) $(BOOST_CPPFLAGS) -O3 -Wall -pthread -DSYSCONFDIR=\"${sysconfdir}\" SUBDIRS=pdns/ext/yahttp