aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2014-12-15 09:41:47 +0000
committerSteven Barth <cyrus@openwrt.org>2014-12-15 09:41:47 +0000
commit8aa9160274e199931fab7a89a199dffb596e4d78 (patch)
treeeff4164046f631ebcac7030a0e3a573b394bfe78 /package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch
parentfbea00b031eb2d2ff4a9d424d844e1d59e21ca8d (diff)
downloadupstream-8aa9160274e199931fab7a89a199dffb596e4d78.tar.gz
upstream-8aa9160274e199931fab7a89a199dffb596e4d78.tar.bz2
upstream-8aa9160274e199931fab7a89a199dffb596e4d78.zip
nftables: mini-bump and patch cleanup
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 43710
Diffstat (limited to 'package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch')
-rw-r--r--package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch b/package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch
deleted file mode 100644
index 25f6df6d46..0000000000
--- a/package/network/utils/nftables/patches/103-enforce-disabling-debugging.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -3,7 +3,7 @@ sbin_PROGRAMS = nft
- CLEANFILES = scanner.c parser_bison.c
-
- AM_CPPFLAGS = -I$(top_srcdir)/include
--AM_CPPFLAGS += -DDEFAULT_INCLUDE_PATH="\"${sysconfdir}\"" -DDEBUG \
-+AM_CPPFLAGS += -DDEFAULT_INCLUDE_PATH="\"${sysconfdir}\"" \
- ${LIBMNL_CFLAGS} ${LIBNFTNL_CFLAGS}
-
- AM_CFLAGS = -Wall \