index
:
openwrt.git
OpenWrt Source Repository
log msg
author
committer
range
feature/odhcpd_odhcp6c_udhcpc-capsdrop
linksys3200ac-master
master
summary
refs
log
tree
commit
diff
path:
root
/
tools
/
qemu
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Jo-Philipp Wich <jow@openwrt.org>
2012-08-10 19:26:48 +0000
committer
Jo-Philipp Wich <jow@openwrt.org>
2012-08-10 19:26:48 +0000
commit
7c5b0f63a13b75ce1c90ad3027300008efcb8229
(
patch
)
tree
b4cdd86bffbf0f463a219febb7c8e064f736c8d0
/
tools/qemu
parent
0096c48024a9d13faa317bb88a421dc320b3ad3c
(
diff
)
qemu: link statically
SVN-Revision: 33103
Diffstat
(limited to 'tools/qemu')
-rw-r--r--
tools/qemu/Makefile
1
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); \