mtools: link statically

SVN-Revision: 33099
lede-17.01
Jo-Philipp Wich 2012-08-10 19:26:42 +00:00
parent 614351940e
commit 5dfdbd0066
1 changed files with 2 additions and 0 deletions

View File

@ -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