diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:17 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:26:17 +0000 |
commit | f874529ca544681d9372018e19f869e6558b0b9e (patch) | |
tree | 74928370ed3875940d6e1e9cdaa3a5ca3572e36b /tools/sed/Makefile | |
parent | 1c53dda4439e5b324459eaadfaa0611653a0a5eb (diff) | |
download | upstream-f874529ca544681d9372018e19f869e6558b0b9e.tar.gz upstream-f874529ca544681d9372018e19f869e6558b0b9e.tar.bz2 upstream-f874529ca544681d9372018e19f869e6558b0b9e.zip |
sed: link statically
SVN-Revision: 33089
Diffstat (limited to 'tools/sed/Makefile')
-rw-r--r-- | tools/sed/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 9ccfc7b9d3..6c0c948c5e 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 |