From: jow Date: Fri, 10 Aug 2012 19:26:17 +0000 (+0000) Subject: [tools] sed: link statically X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1f10b0dc1f376298cf146bf8dd43ea412d9edad2;p=openwrt.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