From 7c327be163297844700eb6e354b58f32f2ddd10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 4 Sep 2020 15:27:22 +0200 Subject: [PATCH] libvirt: xen configure option was renamed The option is now --with{,out}-xl instead of --with{,out}-xen. --- srcpkgs/libvirt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/libvirt/template b/srcpkgs/libvirt/template index cd735147390..ebc52dccec6 100644 --- a/srcpkgs/libvirt/template +++ b/srcpkgs/libvirt/template @@ -33,8 +33,8 @@ makedepends="readline-devel libcap-ng-devel libnl3-devel attr-devel depends="iptables 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";; + i686*) configure_args+=" --without-xl"; makedepends+=" libnuma-devel";; + x86_64*) configure_args+=" --with-xl"; makedepends+=" libnuma-devel xen-devel";; *) configure_args+=" --without-xen";; esac case "$XBPS_TARGET_MACHINE" in