From: jow Date: Fri, 10 Aug 2012 19:26:34 +0000 (+0000) Subject: [tools] mkimage: link statically X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=f12cb56de9e9e73b2481cb7a214fc4e8403b066c;p=openwrt.git [tools] mkimage: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33096 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index d4338e591f..e26d6b75c9 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/host-build.mk define Host/Compile rm -f $(HOST_BUILD_DIR)/tools/.depend touch $(HOST_BUILD_DIR)/include/config.h - $(MAKE) -C $(HOST_BUILD_DIR) BUILD_DIR= BIN_FILES-y="mkimage" tools + $(MAKE) -C $(HOST_BUILD_DIR) BUILD_DIR= BIN_FILES-y="mkimage" HOSTLDFLAGS="-static" tools endef define Host/Install