sed: link statically
SVN-Revision: 33089
This commit is contained in:
parent
1c53dda443
commit
f874529ca5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue