]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: cmake uses -lpthread instead of Threads::Threads
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Nov 2020 15:49:29 +0000 (16:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 18 Nov 2020 21:51:08 +0000 (22:51 +0100)
Closes #6166

docs/KNOWN_BUGS

index 74eb254a65efdc8642798420032139ea9a29da10..cdaea23ef07270eb265bdc579d5b02058d9878f0 100644 (file)
@@ -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