[tools] sed: link statically

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33089 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Jo-Philipp Wich 2012-08-10 19:26:17 +00:00
parent df21869cae
commit 8ef5e614de
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