From: Ruben Kerkhof Date: Sun, 7 Dec 2014 17:50:31 +0000 (+0100) Subject: The linker doesn't need the polarssl headers X-Git-Tag: rec-3.7.0-rc1~143^2^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F1915%2Fhead;p=thirdparty%2Fpdns.git The linker doesn't need the polarssl headers --- diff --git a/pdns/Makefile.am b/pdns/Makefile.am index 1db464b7cc..4debf67b5c 100644 --- a/pdns/Makefile.am +++ b/pdns/Makefile.am @@ -1,12 +1,12 @@ AM_CPPFLAGS += \ -I$(top_srcdir)/pdns/ext/rapidjson/include \ - $(YAHTTP_CFLAGS) + $(YAHTTP_CFLAGS) \ + $(POLARSSL_CFLAGS) AM_CXXFLAGS = \ -DSYSCONFDIR=\"$(sysconfdir)\" \ -DPKGLIBDIR=\"$(pkglibdir)\" \ - -DLOCALSTATEDIR=\"$(socketdir)\" \ - $(POLARSSL_CFLAGS) + -DLOCALSTATEDIR=\"$(socketdir)\" AM_LFLAGS = -i AM_YFLAGS = -d --verbose --debug