From 16208bca89c1edf6b68be6a0540488b549eb1dae Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 30 Jul 2009 13:07:51 +0100 Subject: [PATCH] Fix build on mingw32 by disabling netcf * autobuild.sh, mingw32-libvirt.spec.in: Set --without-netcf for mingw32 builds --- autobuild.sh | 1 + mingw32-libvirt.spec.in | 1 + 2 files changed, 2 insertions(+) diff --git a/autobuild.sh b/autobuild.sh index 769b73061c..239372c558 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 diff --git a/mingw32-libvirt.spec.in b/mingw32-libvirt.spec.in index f38347573a..8fd08a6b3a 100644 --- a/mingw32-libvirt.spec.in +++ b/mingw32-libvirt.spec.in @@ -55,6 +55,7 @@ MinGW Windows libvirt virtualization library. --without-one \ --without-phyp \ --without-esx \ + --without-netcf \ --without-libvirtd make -- GitLab