summaryrefslogtreecommitdiffstats
path: root/tools/sed
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-10 19:26:17 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-10 19:26:17 +0000
commit1f10b0dc1f376298cf146bf8dd43ea412d9edad2 (patch)
tree70e9f0f036179bc998a2591d847adf53313c9902 /tools/sed
parent860405e5d1f447f29b12e19592f974703929b8b1 (diff)
[tools] sed: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33089 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/sed')
-rw-r--r--tools/sed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index 9ccfc7b9d..6c0c948c5 100644
--- a/tools/sed/Makefile
+++ b/tools/sed/Makefile
@@ -18,7 +18,7 @@ export SED:=
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
- $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)"
+ $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"
endef
define Host/Install