Date: Saturday, April 4, 2020 @ 12:10:39
  Author: shibumi
Revision: 611574

upgpkg: libvirt 5.10.0-3 Fix #64161

Modified:
  libvirt/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-04-04 12:05:23 UTC (rev 611573)
+++ PKGBUILD    2020-04-04 12:10:39 UTC (rev 611574)
@@ -4,7 +4,7 @@
 
 pkgname=libvirt
 pkgver=5.10.0
-pkgrel=2
+pkgrel=3
 pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
 arch=('x86_64')
 url="https://libvirt.org/";
@@ -138,7 +138,8 @@
     --with-storage-gluster \
     --with-storage-iscsi \
     --with-storage-lvm \
-    --with-storage-zfs
+    --with-storage-zfs \
+    --with-runstatedir=/run
     # --with-audit
   make
 }

Reply via email to