From: jow Date: Fri, 10 Aug 2012 19:26:48 +0000 (+0000) Subject: [tools] qemu: link statically X-Git-Url: https://git.archive.openwrt.org/?p=openwrt.git;a=commitdiff_plain;h=565c4ef1a01c0386da9be49651fd9eb32776d6fe [tools] qemu: link statically git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33103 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/tools/qemu/Makefile b/tools/qemu/Makefile index 111cc6d3c4..92f0304ea8 100644 --- a/tools/qemu/Makefile +++ b/tools/qemu/Makefile @@ -17,6 +17,7 @@ PKG_MD5SUM:=b6c713a8db638e173af53a62d5178640 include $(INCLUDE_DIR)/host-build.mk HOST_CFLAGS += -I$(STAGING_DIR_HOST)/include/e2fsprogs +HOST_LDFLAGS += -static define Host/Configure (cd $(HOST_BUILD_DIR); \