libvirt: enable xen support on musl; rebuild against xen-4.7.

This commit is contained in:
Juan RP 2016-07-18 12:14:33 +02:00
parent 9a628379a9
commit 1417de2f4e

View File

@ -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