diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:27:06 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-08-10 19:27:06 +0000 |
commit | f79666f20c1d49a176693ab41476e9a1baa1ad66 (patch) | |
tree | c2b7a3848fbd739fb14c263ae4c676142b19f1ca /tools/dosfstools/Makefile | |
parent | ecc3d837177e4ea08a0b40f4ff0ee14e810199de (diff) | |
download | upstream-f79666f20c1d49a176693ab41476e9a1baa1ad66.tar.gz upstream-f79666f20c1d49a176693ab41476e9a1baa1ad66.tar.bz2 upstream-f79666f20c1d49a176693ab41476e9a1baa1ad66.zip |
dosfstools: link statically
SVN-Revision: 33115
Diffstat (limited to 'tools/dosfstools/Makefile')
-rw-r--r-- | tools/dosfstools/Makefile | 2 |
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 |