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

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


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 at 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




More information about the libvir-list mailing list