From 7304953292a00d8e6d00ab19259294ebcb95dd80 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sun, 12 Aug 2012 13:27:49 +0000 Subject: convert remaining tools to $(HOST_STATIC_LINKING) (#12012) SVN-Revision: 33148 --- tools/sed/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/sed') diff --git a/tools/sed/Makefile b/tools/sed/Makefile index 210feceb71..522ae70d8b 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 -- cgit v1.2.3