diff options
author | Steven Barth <cyrus@openwrt.org> | 2014-12-14 16:03:45 +0000 |
---|---|---|
committer | Steven Barth <cyrus@openwrt.org> | 2014-12-14 16:03:45 +0000 |
commit | c927daaf760c4b11db799dd33f75b813c9a8657e (patch) | |
tree | 2ab32b97d193f8b4d569423f81be1414d4712369 /package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch | |
parent | e90e143852da89eb812211709b33b510dcdb684f (diff) | |
download | mtk-20170518-c927daaf760c4b11db799dd33f75b813c9a8657e.zip mtk-20170518-c927daaf760c4b11db799dd33f75b813c9a8657e.tar.gz mtk-20170518-c927daaf760c4b11db799dd33f75b813c9a8657e.tar.bz2 |
nftables: bump to latest git, fix mini-gmp patches
Signed-off-by: Steven Barth <steven@midlink.org>
SVN-Revision: 43707
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.patch | 10 |
1 files changed, 0 insertions, 10 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 deleted file mode 100644 index 4a85df2..0000000 --- a/package/network/utils/nftables/patches/104-fix-CFLAGS-handling.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |