From: Eric Andersen Date: Sun, 14 Sep 2003 11:44:28 +0000 (-0000) Subject: Needs this to compile X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c72f740e6434dd830ca807ee99aeb9b294e2d78c;p=buildroot.git Needs this to compile --- diff --git a/make/iptables.mk b/make/iptables.mk index df43412502..a441d79e47 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