[arch-commits] Commit in libvirt/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Tue Jan 19 20:46:13 UTC 2021


    Date: Tuesday, January 19, 2021 @ 20:46:13
  Author: eschwartz
Revision: 823895

libvirt: final update to release 7.0.0

- re-enable rbd, it was failing to build because ceph-libs was broken
  (see FS#69335) but the fixed version is now moved out of testing
- pass custom libexecdir to match the behavior of the previous autotools build

Modified:
  libvirt/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-19 20:34:49 UTC (rev 823894)
+++ PKGBUILD	2021-01-19 20:46:13 UTC (rev 823895)
@@ -112,6 +112,7 @@
   cd "$pkgname-$pkgver"
 
   arch-meson build \
+    --libexecdir=lib/libvirt \
     --native-file "$srcdir"/find_programs.ini \
     -Drunstatedir=/run \
     -Dqemu_group=kvm \
@@ -130,10 +131,8 @@
     -Ddtrace=disabled \
     -Dnumad=disabled \
     -Dstorage_zfs=enabled \
-    -Dstorage_rbd=disabled
+    -Dstorage_rbd=enabled
 
-  # Find out why rbd fails to build
-
   ninja -C build
 }
 



More information about the arch-commits mailing list