aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:27:06 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:27:06 +0000
commitd51ee13f47904e07c8de8bee4aeb1c4205cea719 (patch)
treee1494a0502be1f970a2ede12c1ab39194afd9773 /tools
parent3a176b47feb39be96e6143428059ab0f99084820 (diff)
downloadupstream-d51ee13f47904e07c8de8bee4aeb1c4205cea719.tar.gz
upstream-d51ee13f47904e07c8de8bee4aeb1c4205cea719.tar.bz2
upstream-d51ee13f47904e07c8de8bee4aeb1c4205cea719.zip
[tools] dosfstools: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33115 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools')
-rw-r--r--tools/dosfstools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dosfstools/Makefile b/tools/dosfstools/Makefile
index 88ac057f16..73d8e2a36a 100644
--- a/tools/dosfstools/Makefile
+++ b/tools/dosfstools/Makefile
@@ -16,7 +16,7 @@ PKG_CAT:=zcat
include $(INCLUDE_DIR)/host-build.mk
define Host/Compile
- $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)"
+ $(MAKE) -C $(HOST_BUILD_DIR) SHELL="$(BASH)" LDFLAGS="$(HOST_LDFLAGS) -static"
endef
define Host/Install