public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [PATCH setup] Link with -lws2_32 again
       [not found] <59b88bea-6ecd-a686-6f8e-908911fd66c2@cornell.edu>
@ 2018-03-20 21:42 ` Yaakov Selkowitz
  2018-03-21 18:55   ` Achim Gratz
  2018-03-22 21:41   ` Jon Turney
  0 siblings, 2 replies; 3+ messages in thread
From: Yaakov Selkowitz @ 2018-03-20 21:42 UTC (permalink / raw)
  To: cygwin-apps

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>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \
-- 
2.16.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH setup] Link with -lws2_32 again
  2018-03-20 21:42 ` [PATCH setup] Link with -lws2_32 again Yaakov Selkowitz
@ 2018-03-21 18:55   ` Achim Gratz
  2018-03-22 21:41   ` Jon Turney
  1 sibling, 0 replies; 3+ messages in thread
From: Achim Gratz @ 2018-03-21 18:55 UTC (permalink / raw)
  To: cygwin-apps

Yaakov Selkowitz writes:
> libgpg-error 1.28 includes new APIs which use socket functions, which
> on Win32 are provided by WinSock2.

Thanks, I can confirm this works.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH setup] Link with -lws2_32 again
  2018-03-20 21:42 ` [PATCH setup] Link with -lws2_32 again Yaakov Selkowitz
  2018-03-21 18:55   ` Achim Gratz
@ 2018-03-22 21:41   ` Jon Turney
  1 sibling, 0 replies; 3+ messages in thread
From: Jon Turney @ 2018-03-22 21:41 UTC (permalink / raw)
  To: cygwin-apps

On 20/03/2018 21:42, Yaakov Selkowitz wrote:
> 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-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

Thanks.  Applied.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-22 21:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <59b88bea-6ecd-a686-6f8e-908911fd66c2@cornell.edu>
2018-03-20 21:42 ` [PATCH setup] Link with -lws2_32 again Yaakov Selkowitz
2018-03-21 18:55   ` Achim Gratz
2018-03-22 21:41   ` Jon Turney

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).