diff options
Diffstat (limited to 'package')
-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) |