summaryrefslogtreecommitdiffstats
path: root/make/iptables.mk
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-09-14 11:44:28 +0000
committerEric Andersen <andersen@codepoet.org>2003-09-14 11:44:28 +0000
commitc72f740e6434dd830ca807ee99aeb9b294e2d78c (patch)
tree3ca92b084a66ccb723e308c89579d79c6195394d /make/iptables.mk
parentf1a6e06ae7498de71259d31fcc387cc5673e7305 (diff)
downloadbuildroot-novena-c72f740e6434dd830ca807ee99aeb9b294e2d78c.tar.gz
buildroot-novena-c72f740e6434dd830ca807ee99aeb9b294e2d78c.zip
Needs this to compile
Diffstat (limited to 'make/iptables.mk')
-rw-r--r--make/iptables.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/iptables.mk b/make/iptables.mk
index df4341250..a441d79e4 100644
--- a/make/iptables.mk
+++ b/make/iptables.mk
@@ -21,6 +21,7 @@ $(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked
touch $(IPTABLES_BUILD_DIR)/.configured
$(IPTABLES_BUILD_DIR)/iptables: $(IPTABLES_BUILD_DIR)/.configured
+ $(TARGET_CONFIGURE_OPTS) \
$(MAKE) -C $(IPTABLES_BUILD_DIR) KERNEL_DIR=$(BUILD_DIR)/linux CC=$(TARGET_CC)
$(TARGET_DIR)/sbin/iptables: $(IPTABLES_BUILD_DIR)/iptables