From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 19:27:06 +0000 (+0000) Subject: [tools] dosfstools: link statically X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=914d6f307439967dedba4969da9ab3ad4ebd96d7;p=openwrt%2Fsvn-archive%2Farchive.git [tools] dosfstools: link statically SVN-Revision: 33115 --- 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