sed: link statically

SVN-Revision: 33089
This commit is contained in:
Jo-Philipp Wich 2012-08-10 19:26:17 +00:00
parent 1c53dda443
commit f874529ca5
1 changed files with 1 additions and 1 deletions

View File

@ -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