From 3af86820e225400110947075538d50cfaf860dd5 Mon Sep 17 00:00:00 2001 From: Gustavo Zacarias Date: Mon, 7 Jun 2010 17:18:32 -0300 Subject: Iptables: needs host-pkg-config Signed-off-by: Gustavo Zacarias Signed-off-by: Peter Korsgaard --- package/iptables/iptables.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'package/iptables') 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) -- cgit v1.2.3