From 7c5b0f63a13b75ce1c90ad3027300008efcb8229 Mon Sep 17 00:00:00 2001
From: Jo-Philipp Wich <jow@openwrt.org>
Date: Fri, 10 Aug 2012 19:26:48 +0000
Subject: [PATCH] qemu: link statically

SVN-Revision: 33103
---
 tools/qemu/Makefile | 1 +
 1 file changed, 1 insertion(+)

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); \
-- 
GitLab