Commit Diff


commit - 6d5f1db5433b61dcca2ef78dbc53ff5d989a1e2a
commit + ce4390285a76d3d95b26b735e1badd1788ec4e29
blob - /dev/null
blob + bf03d48511f0d2616ab54d851ac28940085e9364 (mode 644)
--- /dev/null
+++ changelogs/unreleased/bump-libcurl-to-8.6.0.md
@@ -0,0 +1,3 @@
+## bugfix/build
+
+* Updated libcurl to version 8.6.0.
blob - 0d05e0e5fc4d4f87c690693fafbbdefc311eb2d9
blob + 0905becf29c9b346934df0dc038ebb658e8dd7a2
--- cmake/BuildLibCURL.cmake
+++ cmake/BuildLibCURL.cmake
@@ -40,6 +40,10 @@ macro(curl_build)
 
     # Let's disable testing for curl to save build time.
     list(APPEND LIBCURL_CMAKE_FLAGS "-DBUILD_TESTING=OFF")
+
+    # Let's disable building documentation for curl to save build time.
+    list(APPEND LIBCURL_CMAKE_FLAGS "-DENABLE_CURL_MANUAL=OFF")
+    list(APPEND LIBCURL_CMAKE_FLAGS "-DBUILD_LIBCURL_DOCS=OFF")
 
     # Setup use of openssl, use the same OpenSSL library
     # for libcurl as is used for tarantool itself.