From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 19:26:17 +0000 (+0000) Subject: [tools] sed: link statically X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ddb3fd069448b2418df0734bf3e3a6c9ac98e7d3;p=openwrt%2Fsvn-archive%2Farchive.git [tools] sed: link statically SVN-Revision: 33089 --- 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