[libvirt] [PATCH 11/11] build: drop the pthread gnulib module

Daniel P. Berrangé berrange at redhat.com
Thu Oct 3 13:53:18 UTC 2019


This was fixing a problem with old versions of mingw which had a
pthread.h that polluted the namespace with random symbols. This is no
longer relevant on our mingw platform targets.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 bootstrap.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bootstrap.conf b/bootstrap.conf
index 1f1c33f998..6120873397 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -79,7 +79,6 @@ pipe-posix
 pipe2
 poll
 posix-shell
-pthread
 pthread_sigmask
 recv
 regex
-- 
2.21.0




More information about the libvir-list mailing list