qemu: link statically
authorJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:48 +0000 (19:26 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Fri, 10 Aug 2012 19:26:48 +0000 (19:26 +0000)
SVN-Revision: 33103

tools/qemu/Makefile

index 111cc6d3c42e862884f50d1e119f4acedcae9048..92f0304ea8bc3844ad44db34194cf8f767988542 100644 (file)
@@ -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); \