1
0
Fork 0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-05-12 10:36:22 +02:00

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

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