]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - qemu/qemu.nm
qemu-kvm: Update to version 0.15.0 and select some configure options.
[people/ms/ipfire-3.x.git] / qemu / qemu.nm
index e5b9b898f28d0442d12127394a6a946d9d894464..8bce0436b11cc58a877fff291025eeb9713011a9 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = qemu-kvm
-version    = 0.14.0
+version    = 0.15.0
 release    = 1
 
 groups     = Applications/Virtualization
@@ -22,6 +22,7 @@ source_dl  =
 
 build
        requires
+               glib2-devel
                libcurl-devel
                libuuid-devel
                gnutls-devel
@@ -31,8 +32,6 @@ build
                zlib-devel
        end
 
-       # target-list is not working with i386 because of some PIE or PIC errors
-       #--target-list="i386-linux-user i386-softmmu"
        configure_options = \
                --prefix=/usr \
                --enable-kvm \
@@ -40,7 +39,7 @@ build
                --disable-strip \
                --disable-xen \
                --sysconfdir=/etc \
-               --target-list="i386-softmmu"
+               --target-list="i386-softmmu arm-softmmu"
 
        configure_cmds
                sed -e "s@-Wl,-rpath,/usr/lib@@g" -i */config-target.mak