summaryrefslogtreecommitdiffstats
path: root/tools/dosfstools
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
commitf79666f20c1d49a176693ab41476e9a1baa1ad66 (patch)
treec2b7a3848fbd739fb14c263ae4c676142b19f1ca /tools/dosfstools
parentecc3d837177e4ea08a0b40f4ff0ee14e810199de (diff)
downloadmaster-31e0f0ae-f79666f20c1d49a176693ab41476e9a1baa1ad66.tar.gz
master-31e0f0ae-f79666f20c1d49a176693ab41476e9a1baa1ad66.tar.bz2
master-31e0f0ae-f79666f20c1d49a176693ab41476e9a1baa1ad66.zip
dosfstools: link statically
SVN-Revision: 33115
Diffstat (limited to 'tools/dosfstools')
-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