From 36cab2670693d98ba409bd8cd5b976d7aff63202 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Sun, 26 Apr 2015 20:12:51 +0200 Subject: [PATCH] make sure dnsdist builds with boost in nonstandard location --- pdns/dnsdistdist/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 03c1c6ade6..a96172117e 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 -- 2.47.2