From 56a3396bf247345d3c7756b8421ea3c735d537dd Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 29 May 2013 14:58:04 +0000 Subject: iptables: bump to 1.4.19.1 SVN-Revision: 36760 --- .../utils/iptables/patches/030-no-libnfnetlink.patch | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'package/network/utils/iptables/patches/030-no-libnfnetlink.patch') 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]) -- cgit v1.1