build.sh: Disable GlusterFS support

This commit is contained in:
Stefan Schmidt 2019-04-25 00:25:21 +02:00 committed by mborgerson
parent e90b18616a
commit 729e52662f
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ set -x # Print commands from now on
--disable-spice \
--disable-user \
--disable-stack-protector \
--disable-glusterfs \
${user_opts}
time make -j"${job_count}" 2>&1 | tee build.log