aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qemu
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:48 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-08-10 19:26:48 +0000
commited47aea576f49475265736ef5e9eaa10c50eb280 (patch)
treeea8d8f6b3ce68a0d6f02b46522fa68d05e8a4b2c /tools/qemu
parent94899ac6affa721d19ffc9ae03856a459b7e83b1 (diff)
downloadmaster-187ad058-ed47aea576f49475265736ef5e9eaa10c50eb280.tar.gz
master-187ad058-ed47aea576f49475265736ef5e9eaa10c50eb280.tar.bz2
master-187ad058-ed47aea576f49475265736ef5e9eaa10c50eb280.zip
[tools] qemu: link statically
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33103 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/qemu')
-rw-r--r--tools/qemu/Makefile1
1 files changed, 1 insertions, 0 deletions
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); \