]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
The linker doesn't need the polarssl headers 1915/head
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Dec 2014 17:50:31 +0000 (18:50 +0100)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sun, 7 Dec 2014 17:50:31 +0000 (18:50 +0100)
pdns/Makefile.am

index 1db464b7cce5c49da404aa5671aecfb8c97fb4e5..4debf67b5cc471f59b528c05d8653c9f067686c3 100644 (file)
@@ -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