From: jow Date: Fri, 10 Aug 2012 19:27:06 +0000 (+0000) Subject: [tools] dosfstools: link statically X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=dab489db7c6426fdf3805d697a7059304f69a36b [tools] dosfstools: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33115 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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