From 244e8f4bc1a9a5a0af210b7afee68b8da9adb0d8 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 5 Jun 2020 18:11:51 +0200 Subject: community/libvirt: do not build libvirt-storage-rbd (fails) --- community/libvirt/PKGBUILD | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'community') diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index a96197fd..feee7dae 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -1,4 +1,7 @@ # ceph doesn't run on 32-bit currently (see FS32#21) - depends=(${depends[@]/ceph-libs/}) makedepends=(${makedepends[@]/ceph-libs/}) + +# remove qemu-rdb (configure doesn't see rdb, does it depend on ceph?) +pkgname=(${pkgname[@]/libvirt-storage-rbd/}) +unset -f 'libvirt-storage-rbd' -- cgit v1.2.3