From 4fb105f681aee6ddae994410b1bc23de29124d6c Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 21 Feb 2017 10:16:04 +0100 Subject: [PATCH] spec: Don't check for storage driver backends in configure script Explicitly enable --with-storage-scsi and disable --without-storage-zfs and --without-storage-vstorage so that the configure script doesn't check for them. Note that --with-storage-dir is enabled by default. --- libvirt.spec.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libvirt.spec.in b/libvirt.spec.in index ec199e9c82..f4ea89d77e 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1182,11 +1182,14 @@ rm -f po/stamp-po --with-storage-fs \ --with-storage-lvm \ --with-storage-iscsi \ + --with-storage-scsi \ --with-storage-disk \ --with-storage-mpath \ %{?arg_storage_rbd} \ %{?arg_storage_sheepdog} \ %{?arg_storage_gluster} \ + --without-storage-zfs \ + --without-storage-vstorage \ %{?arg_numactl} \ %{?arg_numad} \ --with-capng \