diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-06-07 17:18:32 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-07 22:35:44 +0200 |
commit | 3af86820e225400110947075538d50cfaf860dd5 (patch) | |
tree | 6b159786643256c1d4a370fa5e931caad7606901 /package/iptables/iptables.mk | |
parent | 8cd06967b9beb025ca37f695f18beb6dc45d6a85 (diff) |
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/iptables.mk')
-rw-r--r-- | package/iptables/iptables.mk | 1 |
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) |