From: Jo-Philipp Wich Date: Fri, 10 Aug 2012 19:26:42 +0000 (+0000) Subject: mtools: link statically X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=5dfdbd0066d8272b6658f9b08b31d4155e6a5e9c;p=openwrt%2Fstaging%2Fjow.git mtools: link statically SVN-Revision: 33099 --- diff --git a/tools/mtools/Makefile b/tools/mtools/Makefile index 994ca8d0d5..36f6adc86b 100644 --- a/tools/mtools/Makefile +++ b/tools/mtools/Makefile @@ -16,6 +16,8 @@ PKG_CAT:=zcat include $(INCLUDE_DIR)/host-build.mk +HOST_LDFLAGS += -static + define Host/Compile $(MAKE) -C $(HOST_BUILD_DIR) mcopy endef