Iptables: needs host-pkg-config
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Mon, 7 Jun 2010 20:18:32 +0000 (17:18 -0300)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 7 Jun 2010 20:35:44 +0000 (22:35 +0200)
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
CHANGES
package/iptables/iptables.mk

diff --git a/CHANGES b/CHANGES
index ccc439313e0a46d6dd1a3c50653dda46e011b4f1..99cfd655e43d693c5f4241ba5a80cd5c6fb7726c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,8 +7,8 @@
        New packages: cgilua, copas, coxpcall, luafilesystem,
        luasocket, rings, wsapi, xavante
 
-       Updated/fixed packages: cdrkit, gawk, libidn, netperf,
-       openssl, php, qt, sqlite, tn5250, usbutils
+       Updated/fixed packages: cdrkit, gawk, iptables, libidn,
+       netperf, openssl, php, qt, sqlite, tn5250, usbutils
 
        Removed packages: modutils
 
index 3e847d2bd7ba8b618058ef8f1b6c340b7558c6c3..8e2ebc4409b93b22dbca885ba7f43b493c048b0f 100644 (file)
@@ -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)