summaryrefslogtreecommitdiffstats
path: root/make/iptables.mk
diff options
context:
space:
mode:
authorEric Andersen2003-11-19 18:17:56 +0100
committerEric Andersen2003-11-19 18:17:56 +0100
commit4f889ada561fbdffeefa1a8327d5b8939b021685 (patch)
tree925b247ee7718930f470b2c1843cb15e80a045dd /make/iptables.mk
parentTurn on HAS_FPU by default. If soft float support is configured in the (diff)
downloadbuildroot-4f889ada561fbdffeefa1a8327d5b8939b021685.tar.gz
buildroot-4f889ada561fbdffeefa1a8327d5b8939b021685.tar.xz
buildroot-4f889ada561fbdffeefa1a8327d5b8939b021685.zip
automatically detect if we have a usable version of sed
installed. If not, we will now build our own version.
Diffstat (limited to 'make/iptables.mk')
-rw-r--r--make/iptables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/iptables.mk b/make/iptables.mk
index 1fe0e7f43..edebaff78 100644
--- a/make/iptables.mk
+++ b/make/iptables.mk
@@ -15,7 +15,7 @@ $(IPTABLES_BUILD_DIR)/.unpacked: $(DL_DIR)/$(IPTABLES_SOURCE)
touch $(IPTABLES_BUILD_DIR)/.unpacked
$(IPTABLES_BUILD_DIR)/.configured: $(IPTABLES_BUILD_DIR)/.unpacked
- sed -i -e "s@shell.*YES.*@shell grep -q '__UCLIBC_HAS_IPV6__.*1' \
+ $(SED) "s@shell.*YES.*@shell grep -q '__UCLIBC_HAS_IPV6__.*1' \
$(BUILD_DIR)/uClibc/include/bits/uClibc_config.h && \
echo YES\), YES\)@;" $(IPTABLES_BUILD_DIR)/Makefile
touch $(IPTABLES_BUILD_DIR)/.configured