]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: fix some mingw issues
authorEric Blake <eblake@redhat.com>
Wed, 2 Jun 2010 20:21:45 +0000 (14:21 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 10 Jun 2010 12:05:31 +0000 (06:05 -0600)
commit3cf642a0f90551c4bde23fc0d571d1074717b0de
treedb900b37dbaebc767aac54af6f8a5de3f7604460
parent6e5a04f034e6016e79a33139a51dee4e3b43e090
build: fix some mingw issues

On Fedora 13 with sufficient mingw32-* packages installed, running
./autobuild.sh failed to cross-compile to mingw because
mingw32-pthreads installed a broken <pthread.h>.  With that
issue fixed, the build still failed due to use of O_SYNC.
Meanwhile, recent .spec.in changes got out of sync.

* bootstrap.conf (gnulib_modules): Add fcntl-h, for O_SYNC.
* .gnulib: Update to latest, to work around buggy pthreads-win32
library.
* bootstrap: Import latest from gnulib.
* mingw32-libvirt.spec.in: Distribute new file.
.gnulib
bootstrap
bootstrap.conf
mingw32-libvirt.spec.in