All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit master] Iptables: needs host-pkg-config
@ 2010-06-07 20:35 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2010-06-07 20:35 UTC (permalink / raw)
  To: buildroot


commit: http://git.buildroot.net/buildroot/commit/?id=3af86820e225400110947075538d50cfaf860dd5
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
---
 CHANGES                      |    4 ++--
 package/iptables/iptables.mk |    1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/CHANGES b/CHANGES
index ccc4393..99cfd65 100644
--- 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
 
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index 3e847d2..8e2ebc4 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)
-- 
1.6.3.3

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-07 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-06-07 20:35 [Buildroot] [git commit master] Iptables: needs host-pkg-config Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.