summaryrefslogtreecommitdiff
path: root/package/network/utils/iptables/patches/030-no-libnfnetlink.patch
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2013-05-29 14:58:04 +0000
committerSteven Barth <cyrus@openwrt.org>2013-05-29 14:58:04 +0000
commit56a3396bf247345d3c7756b8421ea3c735d537dd (patch)
treead9013b7ccdd18521894463307127ec1a1348a3c /package/network/utils/iptables/patches/030-no-libnfnetlink.patch
parent0edabea0b14478b9a83b0546924ed31d02ce4bfc (diff)
downloadmtk-20170518-56a3396bf247345d3c7756b8421ea3c735d537dd.zip
mtk-20170518-56a3396bf247345d3c7756b8421ea3c735d537dd.tar.gz
mtk-20170518-56a3396bf247345d3c7756b8421ea3c735d537dd.tar.bz2
iptables: bump to 1.4.19.1
SVN-Revision: 36760
Diffstat (limited to 'package/network/utils/iptables/patches/030-no-libnfnetlink.patch')
-rw-r--r--package/network/utils/iptables/patches/030-no-libnfnetlink.patch18
1 files changed, 11 insertions, 7 deletions
diff --git a/package/network/utils/iptables/patches/030-no-libnfnetlink.patch b/package/network/utils/iptables/patches/030-no-libnfnetlink.patch
index f795291..ac825e9 100644
--- a/package/network/utils/iptables/patches/030-no-libnfnetlink.patch
+++ b/package/network/utils/iptables/patches/030-no-libnfnetlink.patch
@@ -1,6 +1,8 @@
---- a/configure
-+++ b/configure
-@@ -12173,77 +12173,7 @@ $as_echo "no" >&6; }
+Index: iptables-1.4.19.1/configure
+===================================================================
+--- iptables-1.4.19.1.orig/configure 2013-05-29 16:37:33.176674855 +0200
++++ iptables-1.4.19.1/configure 2013-05-29 16:37:33.168674855 +0200
+@@ -12198,77 +12198,7 @@
fi
fi
@@ -79,11 +81,13 @@
HAVE_LIBNFNETLINK_TRUE=
HAVE_LIBNFNETLINK_FALSE='#'
else
---- a/configure.ac
-+++ b/configure.ac
-@@ -89,9 +89,7 @@ AM_CONDITIONAL([ENABLE_LARGEFILE], [test
- AM_CONDITIONAL([ENABLE_DEVEL], [test "$enable_devel" = "yes"])
+Index: iptables-1.4.19.1/configure.ac
+===================================================================
+--- iptables-1.4.19.1.orig/configure.ac 2013-05-29 16:37:33.176674855 +0200
++++ iptables-1.4.19.1/configure.ac 2013-05-29 16:37:33.168674855 +0200
+@@ -93,9 +93,7 @@
AM_CONDITIONAL([ENABLE_LIBIPQ], [test "$enable_libipq" = "yes"])
+ AM_CONDITIONAL([ENABLE_BPFC], [test "$enable_bpfc" = "yes"])
-PKG_CHECK_MODULES([libnfnetlink], [libnfnetlink >= 1.0],
- [nfnetlink=1], [nfnetlink=0])