diff options
Diffstat (limited to 'system/qemu-kvm/qemu-kvm.SlackBuild')
-rw-r--r-- | system/qemu-kvm/qemu-kvm.SlackBuild | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/system/qemu-kvm/qemu-kvm.SlackBuild b/system/qemu-kvm/qemu-kvm.SlackBuild index 7902c6f218..a724972160 100644 --- a/system/qemu-kvm/qemu-kvm.SlackBuild +++ b/system/qemu-kvm/qemu-kvm.SlackBuild @@ -22,8 +22,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qemu-kvm -VERSION=${VERSION:-0.14.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.15.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} KVMGROUP=${KVMGROUP:-kvm} @@ -92,11 +92,6 @@ find . \ # group to be used (no real need to require a kvm group) patch -p1 < $CWD/fixup_udev_rules.patch -# Replace obsolete qemu-kvm.h with kvm.h in pci.c and build that module -# just like upstream does. This fixes non-x86 targets which have no PCI -# support. http://www.mail-archive.com/kvm@vger.kernel.org/msg50038.html -patch -p1 < $CWD/fixup-undefined-pci-references.patch - # This translates the possible targets into the correct format for configure TARGETS="$(for i in $BUILD_ARCH ; do printf "$i-softmmu " ; done)" @@ -109,7 +104,7 @@ CFLAGS="$SLKCFLAGS" \ --enable-system \ --target-list="$TARGETS" -make \ +make V=1 \ mandir=/usr/man \ docdir=/usr/doc/$PRGNAM-$VERSION make install \ |