summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-02-08 22:31:39 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2012-02-08 22:31:39 +0100
commit779c9699f912131420291c6958db43a9d890e678 (patch)
tree539a5fd95193b5bbeec65d8b78832944daa81086 /package/iptables
parentf94818b0fa77644b989bab5aa0866de7fe4ffbb1 (diff)
downloadbuildroot-novena-779c9699f912131420291c6958db43a9d890e678.tar.gz
buildroot-novena-779c9699f912131420291c6958db43a9d890e678.zip
iptables: no need to autoreconf
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 36fb64fb5..95134e3f4 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -8,7 +8,6 @@ IPTABLES_VERSION = 1.4.12.2
IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
IPTABLES_INSTALL_STAGING = YES
-IPTABLES_AUTORECONF = YES
IPTABLES_DEPENDENCIES = host-pkg-config
IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR)