summaryrefslogtreecommitdiff
path: root/autobuild.sh
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2011-11-01 18:49:31 +0100
committerGuido Günther <agx@sigxcpu.org>2011-11-01 18:49:31 +0100
commit6dba3c4e6479cc4cd2a6ba87e4375c94758d3818 (patch)
tree74d519cdf8c0669c8b783edfe43968bf7809b421 /autobuild.sh
parent828e4e35ea0634994eb27dc511799193068c9714 (diff)
New upstream version 0.9.7~rc1
Diffstat (limited to 'autobuild.sh')
-rwxr-xr-xautobuild.sh16
1 files changed, 9 insertions, 7 deletions
diff --git a/autobuild.sh b/autobuild.sh
index 491f1b811..98532875c 100755
--- a/autobuild.sh
+++ b/autobuild.sh
@@ -71,21 +71,23 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
--host=i686-pc-mingw32 \
--prefix="$AUTOBUILD_INSTALL_ROOT/i686-pc-mingw32/sys-root/mingw" \
--enable-compile-warnings=error \
- --without-sasl \
- --without-avahi \
- --without-polkit \
- --without-python \
--without-xen \
--without-qemu \
+ --without-openvz \
--without-lxc \
- --without-uml \
--without-vbox \
- --without-openvz \
+ --without-xenapi \
+ --without-uml \
+ --without-sasl \
+ --without-avahi \
+ --without-polkit \
+ --without-python \
+ --without-libvirtd \
--without-phyp \
+ --without-hyperv \
--without-netcf \
--without-audit \
--without-dtrace \
- --without-libvirtd
make
make install