From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32725 invoked by alias); 22 Mar 2018 21:41:36 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 32704 invoked by uid 9795); 22 Mar 2018 21:41:36 -0000 Date: Thu, 22 Mar 2018 21:41:00 -0000 Message-ID: <20180322214136.32678.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [setup - the official Cygwin setup program] branch master, updated. release_2.891-1-gda93010 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3d7dbd620def0de9b9f1629f9108ebed769cfc71 X-Git-Newrev: da93010a528c0f548081702faa185891ccd571dc X-SW-Source: 2018-q1/txt/msg00057.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/setup.git;h=da93010a528c0f548081702faa185891ccd571dc commit da93010a528c0f548081702faa185891ccd571dc Author: Yaakov Selkowitz 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 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 \