[libvirt] [PATCH v4 13/42] remote: remove useless $(LIBSOCKET) variable

Daniel P. Berrangé berrange at redhat.com
Thu Aug 8 15:10:15 UTC 2019


GNULIB sets $(LIBSOCKET) on mingw to pull in the windows socket
APIs. This is trivially not required, since we don't build libvirtd
on mingw.

Reviewed-by: Andrea Bolognani <abologna at redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 src/remote/Makefile.inc.am | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/remote/Makefile.inc.am b/src/remote/Makefile.inc.am
index 314b90885f..923bc15cd5 100644
--- a/src/remote/Makefile.inc.am
+++ b/src/remote/Makefile.inc.am
@@ -181,7 +181,6 @@ endif WITH_DTRACE_PROBES
 
 libvirtd_LDADD += \
 	../gnulib/lib/libgnu.la \
-	$(LIBSOCKET) \
 	$(NULL)
 
 remote/libvirtd.conf: remote/libvirtd.conf.in
-- 
2.21.0




More information about the libvir-list mailing list