Skip to content

Commit

Permalink
Merge pull request #183 from davesteele/glusterfail
Browse files Browse the repository at this point in the history
Exclude glusterfs from qemu build
  • Loading branch information
mithro committed Jul 27, 2019
2 parents 32c6aea + 5f863b2 commit 7f45d0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build-qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,11 @@ if [ ! -f "$TARGET_QEMU_BUILD_DIR/Makefile" ]; then
--enable-fdt \
--disable-kvm \
--disable-xen \
--disable-glusterfs \
--enable-debug \
--enable-debug-info

ln -s $(realpath $PWD/../software/include/generated) generated
ln -sf $(realpath $PWD/../software/include/generated) generated
)
fi

Expand Down

0 comments on commit 7f45d0c

Please sign in to comment.