summaryrefslogtreecommitdiffstats
path: root/package/iptables
diff options
context:
space:
mode:
authorGustavo Zacarias <gustavo@zacarias.com.ar>2010-06-07 17:18:32 -0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-06-07 22:35:44 +0200
commit3af86820e225400110947075538d50cfaf860dd5 (patch)
tree6b159786643256c1d4a370fa5e931caad7606901 /package/iptables
parent8cd06967b9beb025ca37f695f18beb6dc45d6a85 (diff)
downloadbuildroot-novena-3af86820e225400110947075538d50cfaf860dd5.tar.gz
buildroot-novena-3af86820e225400110947075538d50cfaf860dd5.zip
Iptables: needs host-pkg-config
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/iptables')
-rw-r--r--package/iptables/iptables.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 3e847d2bd..8e2ebc440 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -6,6 +6,7 @@
IPTABLES_VERSION = 1.4.8
IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
+IPTABLES_DEPENDENCIES = host-pkg-config
IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR)
ifneq ($(BR2_INET_IPV6),y)