]> git.ipfire.org Git - thirdparty/pdns.git/commit
Dnsdist: Fix build failure on FreeBSD 3550/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 11 Mar 2016 10:57:05 +0000 (11:57 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Fri, 11 Mar 2016 10:57:05 +0000 (11:57 +0100)
commit4649d67bfa3157dc4af97ff39a3fd9c8cdc84ac5
tree75189e4eefba38dd365a911bb9ac2f204ae679e6
parent0048c4c5cd8b77422bb186c742a656b7fceeb71a
Dnsdist: Fix build failure on FreeBSD

YaHTTP needs Boost headers, and those are in /usr/local/include on FreeBSD.

Append BOOST_CPPFLAGS to AM_CPPFLAGS in configure.ac, so every Makefile uses them.
Also set the compiler flags globally, so that we compile yahttp with the same settings.

Fixes "/reqresp.hpp:7:10: fatal error: 'boost/function.hpp' file not found"
pdns/dnsdistdist/Makefile.am
pdns/dnsdistdist/configure.ac