diff options
author | Eric Blake <eblake@redhat.com> | 2010-12-10 15:49:52 -0700 |
---|---|---|
committer | Eric Blake <eblake@redhat.com> | 2010-12-13 16:09:50 -0700 |
commit | 65c0f17acd00122c4c0e57334a9adce22cda6221 (patch) | |
tree | 4d0aae3f5d12973c984f452f0087feff5397a970 /bootstrap.conf | |
parent | test: fix commandtest under autobuild.sh (diff) | |
download | libvirt-65c0f17acd00122c4c0e57334a9adce22cda6221.tar.gz libvirt-65c0f17acd00122c4c0e57334a9adce22cda6221.tar.bz2 libvirt-65c0f17acd00122c4c0e57334a9adce22cda6221.zip |
build: update gnulib for pipe on mingw
* .gnulib: Update to latest.
* bootstrap.conf (gnulib_modules): Import pipe-posix and waitpid
for mingw.
* src/remote/remote_driver.c (pipe) [WIN32]: Drop dead macro.
* daemon/event.c (pipe) [WIN32]: Drop dead function.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 2ad1957b0..282768b35 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -48,6 +48,7 @@ mktempd netdb perror physmem +pipe-posix poll posix-shell pthread @@ -76,6 +77,7 @@ usleep vasprintf verify vc-list-files +waitpid ' # Additional xgettext options to use. Use "\\\newline" to break lines. |