summaryrefslogtreecommitdiffstats
path: root/src/cpp-netlib-1-fixes.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2018-03-01 06:41:04 (GMT)
committerTony Theodore <tonyt@logyst.com>2018-03-06 10:31:04 (GMT)
commit8c20346885ad94c8432a311921e646ebe8047d14 (patch)
tree65c4fbd964e16e2ebe81d87e44b60693aee0ccba /src/cpp-netlib-1-fixes.patch
parent3f7ee8aa9c32ab67400e712ba7d62772555c68f6 (diff)
downloadmxe-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.patch9
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}