]> xenbits.xensource.com Git - libvirt.git/commitdiff
Disable vbox driver for mingw32 builds
authorDaniel P. Berrange <berrange@redhat.com>
Sun, 19 Apr 2009 16:37:15 +0000 (16:37 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Sun, 19 Apr 2009 16:37:15 +0000 (16:37 +0000)
ChangeLog
autobuild.sh
mingw32-libvirt.spec.in

index 0d493cbe46798cd2cec8fd2f24fa35ed33a3f03c..074a747ebe04ff461719a694ac8d4afad9b98411 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Apr 19 17:36:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
+
+       * autobuild.sh, mingw32-libvirt.spec.in: Disable vbox driver
+       for Win32 builds
+
 Sun Apr 19 17:36:22 BST 2009 Daniel P. Berrange <berrange@redhat.com>
 
        * src/Makefile.am: Add another vbox file to EXTRA_DIST
index fdd88713c4779a94bd95d68dd6acb7a2990c70fd..54abede3ddf4c627c74d4cba931636dda694f91b 100755 (executable)
@@ -74,6 +74,7 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
     --without-qemu \
     --without-lxc \
     --without-uml \
+    --without-vbox \
     --without-openvz \
     --without-libvirtd
 
index 1b6f73a2e76e1432d3b5e85a5d8cf601a03eace6..70776d6e4df2997e6d2ba307189b5330b7e20374 100644 (file)
@@ -50,6 +50,7 @@ MinGW Windows libvirt virtualization library.
   --without-qemu \
   --without-lxc \
   --without-uml \
+  --without-vbox \
   --without-openvz \
   --without-libvirtd
 make