summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-18 16:49:29 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-18 16:49:29 +0100
commitd18ce06129df21692ec20deb8f046ba82276e56a (patch)
tree94a73076eb745f98b629197c2511f4858e0d1ba5
parent3833009cfc27500669fe642e75afe7e59c19c3cb (diff)
downloadcurl-d18ce06129df21692ec20deb8f046ba82276e56a.tar.gz
KNOWN_BUGS: cmake uses -lpthread instead of Threads::Threads
Closes #6166
-rw-r--r--docs/KNOWN_BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 74eb254a6..cdaea23ef 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