From 33ae335198cf3f60638bca2e4ffb99b74deb9c05 Mon Sep 17 00:00:00 2001 From: Roman Bogorodskiy Date: Sun, 5 Mar 2017 18:17:22 +0400 Subject: [PATCH] configure: disable scsi stroage driver on non-Linux Even though scsi storage driver builds fine on non-Linux, it will not work properly because it relies on Linux procfs, so disable that in configure if we're not building for Linux. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index e61ab7ba6f..cf50422d5d 100644 --- a/configure.ac +++ b/configure.ac @@ -192,6 +192,7 @@ if test $with_linux = no; then with_lxc=no fi with_dtrace=no + with_storage_scsi=no fi if test $with_freebsd = yes; then -- 2.47.2