summaryrefslogtreecommitdiff
path: root/community/libvirt
diff options
context:
space:
mode:
Diffstat (limited to 'community/libvirt')
-rw-r--r--community/libvirt/PKGBUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/community/libvirt/PKGBUILD b/community/libvirt/PKGBUILD
index 379bcb8f..3592b5b5 100644
--- a/community/libvirt/PKGBUILD
+++ b/community/libvirt/PKGBUILD
@@ -12,3 +12,10 @@ eval "$(
s/libvirt_storage_backend_{rbd,gluster}.so/libvirt_storage_backend_gluster.so/
'
)"
+
+eval "$(
+ declare -f build | \
+ sed '
+ s/-Dstorage_rbd=enabled/-Dstorage_rbd=disabled/
+ '
+)"