summaryrefslogtreecommitdiff
path: root/package/qemu
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-02 16:11:03 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-02 16:11:03 +0200
commitdaeb43c9ab95a3c414c55a35348ee3b6b15b71dc (patch)
tree3a5060a83951f182eba9206ec8f7e8af045deb42 /package/qemu
parente6450e9b2ac616fbbbc93d26c024383412b9d4c3 (diff)
0.14.0 does not segfault
Diffstat (limited to 'package/qemu')
-rw-r--r--package/qemu/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/qemu/Makefile b/package/qemu/Makefile
index 3ce9d6a19..b35814a4a 100644
--- a/package/qemu/Makefile
+++ b/package/qemu/Makefile
@@ -4,8 +4,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= qemu
-PKG_VERSION:= 0.13.0
-PKG_RELEASE:= 2
+PKG_VERSION:= 0.14.0
+PKG_RELEASE:= 1
PKG_MD5SUM:= 397a0d665da8ba9d3b9583629f3d6421
PKG_DESCR:= cpu and system emulator
PKG_SECTION:= misc
@@ -27,7 +27,7 @@ CONFIGURE_ARGS+= --host-cc=$(CC_FOR_BUILD) \
--prefix=/usr \
--sysconfdir=/etc \
--bindir=/usr/bin
-TARGET_LDFLAGS+= -pthread -lrt
+TARGET_LDFLAGS+= -pthread -lm -lrt
post-install:
$(INSTALL_DIR) $(IDIR_QEMU)/usr/share/qemu