]> xenbits.xensource.com Git - libvirt.git/commitdiff
spec: Don't check for storage driver backends in configure script
authorPeter Krempa <pkrempa@redhat.com>
Tue, 21 Feb 2017 09:16:04 +0000 (10:16 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 22 Feb 2017 08:31:33 +0000 (09:31 +0100)
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

index ec199e9c8276e3a046ca81b9f0a7b2f9d5228929..f4ea89d77ee035e4a1e556fc45415812bbb98a42 100644 (file)
@@ -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 \