summaryrefslogtreecommitdiffstats
path: root/rules/iptables.make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2017-10-04 11:15:27 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-10-09 12:35:46 +0200
commit54c97eedd918a2d7780ed8e5830c36e074b1c0c6 (patch)
treee7fdd9d38a446ab94d39de2e67308a53e80f93b9 /rules/iptables.make
parent19ebf34cc163944f1fb1b5b22fc5f5d104790cc8 (diff)
downloadptxdist-54c97eedd918a2d7780ed8e5830c36e074b1c0c6.tar.gz
ptxdist-54c97eedd918a2d7780ed8e5830c36e074b1c0c6.tar.xz
iptables: bump version and fix large file support
The configure script handles the "--*-largefile" parameter badly. It defaults to large file support if not given and always disables largefile support if given (and it doesn't matter if 'enable' or 'disable' was used) Due to the version bump, the previously required patch can be replaced, because its already part of the new version. Signed-off-by: Juergen Borleis <jbe@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/iptables.make')
-rw-r--r--rules/iptables.make6
1 files changed, 2 insertions, 4 deletions
diff --git a/rules/iptables.make b/rules/iptables.make
index 721030aac..f1ee3053e 100644
--- a/rules/iptables.make
+++ b/rules/iptables.make
@@ -21,8 +21,8 @@ PACKAGES-$(PTXCONF_IPTABLES) += iptables
#
# Paths and names
#
-IPTABLES_VERSION := 1.6.0
-IPTABLES_MD5 := 27ba3451cb622467fc9267a176f19a31
+IPTABLES_VERSION := 1.6.1
+IPTABLES_MD5 := ab38a33806b6182c6f53d6afb4619add
IPTABLES := iptables-$(IPTABLES_VERSION)
IPTABLES_SUFFIX := tar.bz2
IPTABLES_URL := http://ftp.netfilter.org/pub/iptables/$(IPTABLES).$(IPTABLES_SUFFIX)
@@ -51,8 +51,6 @@ IPTABLES_CONF_OPT := \
--with-kernel=$(KERNEL_HEADERS_DIR) \
--with-xtlibdir=/usr/lib
-IPTABLES_CFLAGS:= -D_FILE_OFFSET_BITS=64
-
# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------