After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 696510 - [PATCH] Link against ws2_32 on Win32 again
[PATCH] Link against ws2_32 on Win32 again
Status: RESOLVED DUPLICATE of bug 696354
Product: libsoup
Classification: Core
Component: Misc
2.35.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2013-03-24 20:16 UTC by Erik van Pienbroek
Modified: 2013-03-25 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (898 bytes, patch)
2013-03-24 20:16 UTC, Erik van Pienbroek
none Details | Review

Description Erik van Pienbroek 2013-03-24 20:16:34 UTC
Created attachment 239696 [details] [review]
Proposed patch

In commit 4e97133 several cleanups were done, but it turned
out that soup-address.c still uses the htons function which
is part of winsock2 on Win32. Therefore libsoup still needs
Comment 1 Dan Winship 2013-03-25 13:08:36 UTC
fixed in master (but not 2.42.0, which isn't a huge deal since the other bug isn't fixed in 2.42.0 either, so you'll need local patches anyway).

*** This bug has been marked as a duplicate of bug 696354 ***