summaryrefslogtreecommitdiffstats
path: root/tools/sed
diff options
context:
space:
mode:
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-12 13:27:49 +0000
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-08-12 13:27:49 +0000
commit2fd8a1e0e0c1918013b3c9dfb7651721fad0ab61 (patch)
tree55ac753baef40f1b56d061cdbb5ea4d185647da4 /tools/sed
parent26de6c070083022a58fa3bb5382559e6af3c9c19 (diff)
[tools] convert remaining tools to $(HOST_STATIC_LINKING) (#12012)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33148 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/sed')
-rw-r--r--tools/sed/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/sed/Makefile b/tools/sed/Makefile
index 210feceb7..522ae70d8 100644
--- a/tools/sed/Makefile
+++ b/tools/sed/Makefile
@@ -27,7 +27,7 @@ HOST_CONFIGURE_VARS += \
ac_cv_header_selinux_selinux_h=no \
define Host/Compile
- $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="-static"
+ $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="$(HOST_STATIC_LINKING)"
endef
define Host/Install