[setup - the official Cygwin setup program] branch master, updated. release_2.891-1-gda93010
jturney-9JcytcrH/[email protected]
| Newsgroups | gmane.os.cygwin.cvs.apps |
|---|---|
| Message-ID | <[email protected]> |
https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=da93010a528c0f548081702faa185891ccd571dc commit da93010a528c0f548081702faa185891ccd571dc Author: Yaakov Selkowitz <[email protected]> Date: Tue Mar 20 16:42:19 2018 -0500 Link with -lws2_32 again libgpg-error 1.28 includes new APIs which use socket functions, which on Win32 are provided by WinSock2. https://cygwin.com/ml/cygwin/2018-03/msg00306.html Signed-off-by: Yaakov Selkowitz <[email protected]> Diff: --- Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Makefile.am b/Makefile.am index 7a5b2cd..0c27529 100644 --- a/Makefile.am +++ b/Makefile.am @@ -99,7 +99,7 @@ inilint_SOURCES = \ @SETUP@_LDADD = \ libgetopt++/libgetopt++.la -lgcrypt -lgpg-error -llzma -lbz2 -lz -lsolv -lregex \ - -lshlwapi -lcomctl32 -lole32 -lpsapi -luuid -lntdll -lwininet -lmingw32 + -lshlwapi -lcomctl32 -lole32 -lpsapi -luuid -lntdll -lwininet -lws2_32 -lmingw32 @SETUP@_LDFLAGS = -mwindows -Wc,-static -static-libtool-libs @SETUP@_SOURCES = \ AntiVirus.cc \