From f874529ca544681d9372018e19f869e6558b0b9e Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Fri, 10 Aug 2012 19:26:17 +0000
Subject: [PATCH] sed: link statically

SVN-Revision: 33089
---
 tools/sed/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.34.1