diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-18 17:00:39 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-18 22:51:08 +0100 |
commit | 33a0b7ad73948df92d866d43002c7c200eb57b84 (patch) | |
tree | 6cd0866684c6a0189f3729e175c06e935ab70b30 | |
parent | bf9e14159cbd74d3f106a48613df7f0f771bc299 (diff) | |
download | curl-33a0b7ad73948df92d866d43002c7c200eb57b84.tar.gz |
KNOWN_BUGS: cmake: libspsl is not supported
Closes #6214
-rw-r--r-- | docs/KNOWN_BUGS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 94fa76fc0..04ada571d 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -131,6 +131,7 @@ problems may have been fixed or changed somewhat since this was written! 15.8 libcurl.pc uses absolute library paths 15.9 doesn't fail if zlib support is requested but not found 15.10 cert paths autodetected when cross-compiling + 15.11 libspsl is not supported ============================================================================== @@ -896,3 +897,7 @@ problems may have been fixed or changed somewhat since this was written! cross-compiling. The cmake build keeps doing the detection. See https://github.com/curl/curl/issues/6178 + +15.11 libspsl is not supported + + See https://github.com/curl/curl/issues/6214 |