libvirt: xen configure option was renamed

The option is now --with{,out}-xl instead of --with{,out}-xen.
This commit is contained in:
Jürgen Buchmüller 2020-09-04 15:27:22 +02:00
parent 0db5b6aaaa
commit 7c327be163

View file

@ -33,8 +33,8 @@ makedepends="readline-devel libcap-ng-devel libnl3-devel attr-devel
depends="iptables dnsmasq" depends="iptables dnsmasq"
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in
i686*) configure_args+=" --without-xen"; makedepends+=" libnuma-devel";; i686*) configure_args+=" --without-xl"; makedepends+=" libnuma-devel";;
x86_64*) configure_args+=" --with-xen"; makedepends+=" libnuma-devel xen-devel";; x86_64*) configure_args+=" --with-xl"; makedepends+=" libnuma-devel xen-devel";;
*) configure_args+=" --without-xen";; *) configure_args+=" --without-xen";;
esac esac
case "$XBPS_TARGET_MACHINE" in case "$XBPS_TARGET_MACHINE" in