瀏覽代碼

Iptables: needs host-pkg-config

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Gustavo Zacarias 15 年之前
父節點
當前提交
3af86820e2
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 2 2
      CHANGES
  2. 1 0
      package/iptables/iptables.mk

+ 2 - 2
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
 

+ 1 - 0
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)