aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-07-30 13:07:51 +0100
committerDaniel P. Berrange <berrange@redhat.com>2009-07-30 13:07:51 +0100
commit16208bca89c1edf6b68be6a0540488b549eb1dae (patch)
treec33d36fbdedfc194f33f5800fc0032d4d94da61d /autobuild.sh
parentESX Scheduler documentation and cleanup (diff)
downloadlibvirt-16208bca89c1edf6b68be6a0540488b549eb1dae.tar.gz
libvirt-16208bca89c1edf6b68be6a0540488b549eb1dae.tar.bz2
libvirt-16208bca89c1edf6b68be6a0540488b549eb1dae.zip
Fix build on mingw32 by disabling netcf
* autobuild.sh, mingw32-libvirt.spec.in: Set --without-netcf for mingw32 builds
Diffstat (limited to 'autobuild.sh')
-rwxr-xr-xautobuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autobuild.sh b/autobuild.sh
index 769b73061..239372c55 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -79,6 +79,7 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
--without-one \
--without-phyp \
--without-esx \
+ --without-netcf \
--without-libvirtd
make