mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
Disable vbox driver for mingw32 builds
This commit is contained in:
parent
89626e8d69
commit
969209ce07
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -50,6 +50,7 @@ MinGW Windows libvirt virtualization library.
|
||||
--without-qemu \
|
||||
--without-lxc \
|
||||
--without-uml \
|
||||
--without-vbox \
|
||||
--without-openvz \
|
||||
--without-libvirtd
|
||||
make
|
||||
|
Loading…
Reference in New Issue
Block a user