mirror of https://gitee.com/openkylin/libvirt.git
Fix build on mingw32 by disabling netcf
* autobuild.sh, mingw32-libvirt.spec.in: Set --without-netcf for mingw32 builds
This commit is contained in:
parent
3f3ec73d39
commit
16208bca89
|
@ -79,6 +79,7 @@ if [ -x /usr/bin/i686-pc-mingw32-gcc ]; then
|
|||
--without-one \
|
||||
--without-phyp \
|
||||
--without-esx \
|
||||
--without-netcf \
|
||||
--without-libvirtd
|
||||
|
||||
make
|
||||
|
|
|
@ -55,6 +55,7 @@ MinGW Windows libvirt virtualization library.
|
|||
--without-one \
|
||||
--without-phyp \
|
||||
--without-esx \
|
||||
--without-netcf \
|
||||
--without-libvirtd
|
||||
make
|
||||
|
||||
|
|
Loading…
Reference in New Issue