public inbox for cygwin-apps-cvs@sourceware.org
help / color / mirror / Atom feed
* [setup - the official Cygwin setup program] branch master, updated. release_2.891-1-gda93010
@ 2018-03-22 21:41 jturney
  0 siblings, 0 replies; only message in thread
From: jturney @ 2018-03-22 21:41 UTC (permalink / raw)
  To: cygwin-apps-cvs




https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=da93010a528c0f548081702faa185891ccd571dc

commit da93010a528c0f548081702faa185891ccd571dc
Author: Yaakov Selkowitz <yselkowi@redhat.com>
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 <yselkowi@redhat.com>


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 \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-03-22 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-22 21:41 [setup - the official Cygwin setup program] branch master, updated. release_2.891-1-gda93010 jturney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).