mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
libvirt: remove zfs option with typo in it
With an option with a typo in it there seemed to be no problem while the real problem, as always, sits 15 inch in front of the monitor. So back to the old options and reopen #7997
This commit is contained in:
parent
dca404c5b8
commit
1695b451a6
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'libvirt'
|
||||
pkgname=libvirt
|
||||
version=3.10.0
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
patch_args="-Np1"
|
||||
configure_args="--without-hal --with-storage-lvm --with-storeage-zfs
|
||||
configure_args="--without-hal --with-storage-lvm
|
||||
--with-qemu-user=libvirt --with-qemu-group=libvirt --without-netcf
|
||||
--with-interface --disable-static"
|
||||
short_desc="The virtualization API for controlling virtualization engines"
|
||||
|
@ -19,7 +19,7 @@ system_accounts="libvirt"
|
|||
libvirt_groups="disk,kvm"
|
||||
|
||||
hostmakedepends="automake libtool perl pkg-config lvm2 parted gettext-devel
|
||||
iptables libxslt docbook-xsl dnsmasq python zfs"
|
||||
iptables libxslt docbook-xsl dnsmasq python"
|
||||
makedepends="readline-devel libcap-ng-devel libnl3-devel attr-devel
|
||||
gnutls-devel libsasl-devel libcurl-devel libpcap-devel libxml2-devel
|
||||
libparted-devel device-mapper-devel dbus-devel eudev-libudev-devel libblkid-devel
|
||||
|
|
Loading…
Add table
Reference in a new issue