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