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

Daniel P. Berrangé posted 11 patches 6 years, 2 months ago
[libvirt] [PATCH 11/11] build: drop the pthread gnulib module
Posted by Daniel P. Berrangé 6 years, 2 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 11/11] build: drop the pthread gnulib module
Posted by Ján Tomko 6 years, 2 months ago
On Thu, Oct 03, 2019 at 02:53:18PM +0100, Daniel P. Berrangé wrote:
>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@redhat.com>
>---
> bootstrap.conf | 1 -
> 1 file changed, 1 deletion(-)

Reviewed-by: Ján Tomko <jtomko@redhat.com>

Jano
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list