1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-09-24 21:30:49 +02:00

mtools: link statically

SVN-Revision: 33099
This commit is contained in:
Jo-Philipp Wich 2012-08-10 19:26:42 +00:00
parent 614351940e
commit 5dfdbd0066

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