[libvirt] [PATCH 2/1] build: skip drivers during mingw portion of autobuild

Eric Blake eblake at redhat.com
Mon Dec 20 22:23:48 UTC 2010


* autobuild.sh: Alter mingw configuration setup.
---

And a followup to allow autobuild.sh completion when a mingw
cross-toolchain is present.

 autobuild.sh |    2 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/autobuild.sh b/autobuild.sh
index 91e2ab2..4cb9fde 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -83,6 +83,8 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
     --without-openvz \
     --without-one \
     --without-phyp \
+    --without-xenapi \
+    --without-vmware \
+    --without-esx \
     --without-netcf \
     --without-audit \
     --without-dtrace \
-- 
1.7.3.3




More information about the libvir-list mailing list