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

Daniel P. Berrangé posted 11 patches 6 years, 2 months ago
[libvirt] [PATCH 10/11] build: drop the perror gnulib module
Posted by Daniel P. Berrangé 6 years, 2 months ago
This fixes a problem on mingw where it doesn't know how to report
certain errnos defined by POSIX, but not used on Windows. These are
not a real problem for libvirt.

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 617d9acb76..1f1c33f998 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -74,7 +74,6 @@ netdb
 nonblocking
 openpty
 passfd
-perror
 physmem
 pipe-posix
 pipe2
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH 10/11] build: drop the perror gnulib module
Posted by Ján Tomko 6 years, 2 months ago
On Thu, Oct 03, 2019 at 02:53:17PM +0100, Daniel P. Berrangé wrote:
>This fixes a problem on mingw where it doesn't know how to report
>certain errnos defined by POSIX, but not used on Windows. These are
>not a real problem for libvirt.
>
>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