summaryrefslogtreecommitdiff
path: root/tools/sed
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:17 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:17 +0000
commitf874529ca544681d9372018e19f869e6558b0b9e (patch)
tree74928370ed3875940d6e1e9cdaa3a5ca3572e36b /tools/sed
parent1c53dda4439e5b324459eaadfaa0611653a0a5eb (diff)
downloadmtk-20170518-f874529ca544681d9372018e19f869e6558b0b9e.zip
mtk-20170518-f874529ca544681d9372018e19f869e6558b0b9e.tar.gz
mtk-20170518-f874529ca544681d9372018e19f869e6558b0b9e.tar.bz2
sed: link statically
SVN-Revision: 33089
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 9ccfc7b..6c0c948 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