diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-01 06:41:04 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-06 10:31:04 (GMT) |
commit | 8c20346885ad94c8432a311921e646ebe8047d14 (patch) | |
tree | 65c4fbd964e16e2ebe81d87e44b60693aee0ccba /src/cpp-netlib-1-fixes.patch | |
parent | 3f7ee8aa9c32ab67400e712ba7d62772555c68f6 (diff) | |
download | mxe-8c20346885ad94c8432a311921e646ebe8047d14.zip mxe-8c20346885ad94c8432a311921e646ebe8047d14.tar.gz mxe-8c20346885ad94c8432a311921e646ebe8047d14.tar.bz2 |
cpp-netlib: update and switch to release branch
Diffstat (limited to 'src/cpp-netlib-1-fixes.patch')
-rw-r--r-- | src/cpp-netlib-1-fixes.patch | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/cpp-netlib-1-fixes.patch b/src/cpp-netlib-1-fixes.patch index 5df62e4..413fe6e 100644 --- a/src/cpp-netlib-1-fixes.patch +++ b/src/cpp-netlib-1-fixes.patch @@ -28,14 +28,7 @@ index 1111111..2222222 100644 ARCHIVE DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR}) set(CPP-NETLIB_HTTP_CLIENT_SRCS client.cpp) -@@ -47,8 +49,12 @@ endif () - if (Boost_FOUND) - target_link_libraries(cppnetlib-client-connections ${Boost_LIBRARIES}) - endif () -+if (WIN32) -+ target_link_libraries(cppnetlib-client-connections ws2_32) -+endif () - install(TARGETS cppnetlib-client-connections +@@ -47,6 +48,7 @@ endif () EXPORT cppnetlibTargets PUBLIC_HEADER DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR} LIBRARY DESTINATION ${CMAKE_INSTALL_FULL_LIBDIR} |