From 1417de2f4e03e0887fd4cfbf2f45df61aa28c75d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 18 Jul 2016 12:14:33 +0200 Subject: [PATCH] libvirt: enable xen support on musl; rebuild against xen-4.7. --- srcpkgs/libvirt/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template index eb3f36ed8ce..88c2acc451f 100644 --- a/srcpkgs/libvirt/template +++ b/srcpkgs/libvirt/template @@ -1,7 +1,7 @@ # Template file for 'libvirt' pkgname=libvirt version=2.0.0 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-hal --with-storage-lvm --with-qemu-user=libvirt --with-qemu-group=libvirt --without-netcf --with-interface --disable-static" @@ -27,8 +27,7 @@ depends="ebtables dnsmasq" case "$XBPS_TARGET_MACHINE" in i686*) configure_args+=" --without-xen"; makedepends+=" libnuma-devel";; - x86_64) configure_args+=" --with-xen"; makedepends+=" libnuma-devel xen-devel";; - x86_64-musl) configure_args+=" --without-xen"; makedepends+=" libnuma-devel";; + x86_64*) configure_args+=" --with-xen"; makedepends+=" libnuma-devel xen-devel";; *) configure_args+=" --without-xen";; esac case "$XBPS_TARGET_MACHINE" in