From: Daniel Stenberg Date: Wed, 18 Nov 2020 15:49:29 +0000 (+0100) Subject: KNOWN_BUGS: cmake uses -lpthread instead of Threads::Threads X-Git-Tag: curl-7_74_0~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=943cc00aad6fe0e128dbcef25534533ee776534b;p=thirdparty%2Fcurl.git KNOWN_BUGS: cmake uses -lpthread instead of Threads::Threads Closes #6166 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 74eb254a65..cdaea23ef0 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -126,6 +126,7 @@ problems may have been fixed or changed somewhat since this was written! 15.3 unusable tool_hugehelp.c with MinGW 15.4 build docs/curl.1 15.5 build on Linux links libcurl to libdl + 15.6 uses -lpthread instead of Threads::Threads ============================================================================== @@ -861,3 +862,7 @@ problems may have been fixed or changed somewhat since this was written! ... which it shouldn't need to! See https://github.com/curl/curl/issues/6165 + +15.6 uses -lpthread instead of Threads::Threads + + See https://github.com/curl/curl/issues/6166