File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -363,10 +363,8 @@ else()
363363 set (EXE_LINKER_USE_PIE ${ENABLE_SHARED} )
364364endif ()
365365
366- find_package (CURL REQUIRED)
367- set (CMAKE_REQUIRED_INCLUDES ${CURL_INCLUDE_DIRS} )
368- set (CMAKE_REQUIRED_LIBRARIES ${CURL_LIBRARIES} )
369- CHECK_SYMBOL_EXISTS(curl_multi_wait curl/curl.h HAVE_CURL_MULTI_WAIT)
366+ # require libcurl with good curl_multi_wait(), see https://tracker.ceph.com/issues/15915
367+ find_package (CURL 7.32 REQUIRED)
370368
371369find_package (OpenSSL REQUIRED)
372370set (CRYPTO_LIBS OpenSSL::Crypto)
Original file line number Diff line number Diff line change 121121#cmakedefine HAVE_LIBTCMALLOC
122122#cmakedefine LIBTCMALLOC_MISSING_ALIGNED_ALLOC
123123
124- /* Define if have curl_multi_wait() */
125- #cmakedefine HAVE_CURL_MULTI_WAIT 1
126-
127124/* AsyncMessenger RDMA conditional compilation */
128125#cmakedefine HAVE_RDMA
129126
You can’t perform that action at this time.
0 commit comments