From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 19:26:17 +0000 (+0000) Subject: [tools] sed: link statically X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=8ef5e614de0591a4aa9294eede4ae3740094d210;p=15.05%2Fopenwrt.git [tools] sed: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33089 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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