
8 Aug
2019
8 Aug
'19
5:10 p.m.
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@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@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