summaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-10-06 06:24:53 +0000
committerSteven Barth <cyrus@openwrt.org>2014-10-06 06:24:53 +0000
commit8243e5716747c4a7b47261c00c00afcebee0c593 (patch)
tree7ce8d551af1f740d648b9c6c85d43171bdf8377b /package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch
parentf9cccd2c14cddcddfa45968bcd2a42b4fec29241 (diff)
downloadmaster-31e0f0ae-8243e5716747c4a7b47261c00c00afcebee0c593.tar.gz
master-31e0f0ae-8243e5716747c4a7b47261c00c00afcebee0c593.tar.bz2
master-31e0f0ae-8243e5716747c4a7b47261c00c00afcebee0c593.zip
nftables: bump to 2014-09-30, disable gmp
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 42802
Diffstat (limited to 'package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch')
-rw-r--r--package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch b/package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch
new file mode 100644
index 0000000000..4a85df29af
--- /dev/null
+++ b/package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch
@@ -0,0 +1,10 @@
+--- a/Makefile.defs.in
++++ b/Makefile.defs.in
+@@ -24,6 +24,7 @@ LDFLAGS += @LIBS@
+
+ CPPFLAGS += @CPPFLAGS@
+
++CFLAGS :=
+ CFLAGS += @CFLAGS@ @DEFS@
+ CFLAGS += -DDEFAULT_INCLUDE_PATH="\"$(confdir)\""
+ CFLAGS += -include config.h