diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2020-06-05 18:24:53 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2020-06-05 18:24:53 +0200 |
commit | 804ecaa7d0d1a3922b9c5e6adc288022ba4a0d7f (patch) | |
tree | 406db55ad192ad2d100e971027353246ac7fcca2 /community/libvirt | |
parent | 244e8f4bc1a9a5a0af210b7afee68b8da9adb0d8 (diff) | |
download | packages-804ecaa7d0d1a3922b9c5e6adc288022ba4a0d7f.tar.xz |
community/libvirt: forgot to patch some removal of rbd module
Diffstat (limited to 'community/libvirt')
-rw-r--r-- | community/libvirt/PKGBUILD | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD index feee7dae..379bcb8f 100644 --- a/community/libvirt/PKGBUILD +++ b/community/libvirt/PKGBUILD @@ -5,3 +5,10 @@ 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' + +eval "$( + declare -f package_libvirt | \ + sed ' + s/libvirt_storage_backend_{rbd,gluster}.so/libvirt_storage_backend_gluster.so/ + ' +)" |