mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:13:37 +03:00
CURL_NETWORK_AND_TIME_LIBS include pthread lib
https://github.com/curl/curl/actions/runs/15798836575/job/44534457368?pr=17696 For OpenBSD and FreeBSD CI jobs
This commit is contained in:
parent
59035d356e
commit
b5b923763f
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ elseif(AMIGA)
|
|||
elseif(NOT APPLE)
|
||||
check_library_exists("socket" "connect" "" HAVE_LIBSOCKET)
|
||||
if(HAVE_LIBSOCKET)
|
||||
set(CURL_NETWORK_AND_TIME_LIBS "socket" ${CURL_LIBS})
|
||||
set(CURL_NETWORK_AND_TIME_LIBS "socket" ${CURL_NETWORK_AND_TIME_LIBS})
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue