community/libvirt to 5.10.0-3

This commit is contained in:
Kevin Mihelich 2020-04-04 13:50:41 +00:00
parent 4e18e308f6
commit 0c08974895

View file

@ -9,7 +9,7 @@
pkgname=libvirt
pkgver=5.10.0
pkgrel=2.1
pkgrel=3
pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)"
arch=('x86_64')
url="https://libvirt.org/"
@ -139,7 +139,8 @@ build() {
--with-storage-gluster \
--with-storage-iscsi \
--with-storage-lvm \
--with-storage-zfs
--with-storage-zfs \
--with-runstatedir=/run
# --with-audit
make
}