From 0c089748956e433d74b5c754c491eeedd718a253 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 4 Apr 2020 13:50:41 +0000 Subject: [PATCH] community/libvirt to 5.10.0-3 --- community/libvirt/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index b4400ea3b..4f4f6b8b2 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -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 }