diff options
author | 2011-04-06 08:10:28 -0600 | |
---|---|---|
committer | 2011-04-07 15:13:24 -0600 | |
commit | 8ae5df5d93ca6d059d944f64416893f023e59c0d (patch) | |
tree | 4535ff5a308c61a3314023aa639fb579c4160027 /bootstrap.conf | |
parent | build: fix gitignore sorting (diff) | |
download | libvirt-8ae5df5d93ca6d059d944f64416893f023e59c0d.tar.gz libvirt-8ae5df5d93ca6d059d944f64416893f023e59c0d.tar.bz2 libvirt-8ae5df5d93ca6d059d944f64416893f023e59c0d.zip |
virsh: fix mingw startup
* .gnulib: Update to latest, for pipe2.
* bootstrap.conf (gnulib_modules): Add pipe2.
* src/util/event_poll.c (virEventPollInit): Use it, to avoid
problematic virSetCloseExec on mingw.
Diffstat (limited to 'bootstrap.conf')
-rw-r--r-- | bootstrap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf index 11d2199c9..3db0c6373 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -54,6 +54,7 @@ nonblocking perror physmem pipe-posix +pipe2 poll posix-shell pthread |