diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-09-18 17:47:38 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-09-18 17:47:38 +0000 |
commit | c57188a20a82a829ae2450f2ddaf76a279d0359f (patch) | |
tree | 993b2c494bd66daa055b6d751bffc2dbb5910e60 /package | |
parent | e4de8b2f1414965ca2989eb3a90094ae5ff2224f (diff) | |
download | buildroot-novena-c57188a20a82a829ae2450f2ddaf76a279d0359f.tar.gz buildroot-novena-c57188a20a82a829ae2450f2ddaf76a279d0359f.zip |
Patch from steelman. fixes bug 437.
Diffstat (limited to 'package')
-rw-r--r-- | package/iptables/iptables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk index 66de80404..4b96414db 100644 --- a/package/iptables/iptables.mk +++ b/package/iptables/iptables.mk @@ -20,7 +20,7 @@ $(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked toolchain/patch-kernel.sh $(IPTABLES_BUILD_DIR) package/iptables/ iptables\*.patch # $(SED) "s;\[ -f /usr/include/netinet/ip6.h \];grep -q '__UCLIBC_HAS_IPV6__ 1' \ - $(BUILD_DIR)/uClibc/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile + $(STAGING_DIR)/include/bits/uClibc_config.h;" $(IPTABLES_BUILD_DIR)/Makefile touch $(IPTABLES_BUILD_DIR)/.configured $(IPTABLES_BUILD_DIR)/iptables: $(IPTABLES_BUILD_DIR)/.configured |