From f76ef2b95c703a1041e80809a7cf26ff3dc76467 Mon Sep 17 00:00:00 2001 From: Ruben Kerkhof Date: Sun, 7 Dec 2014 18:50:31 +0100 Subject: [PATCH] The linker doesn't need the polarssl headers --- pdns/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2