summaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorCristian Morales Vega <cristian@samknows.com>2020-11-19 07:54:09 +0000
committerDaniel Stenberg <daniel@haxx.se>2020-11-19 13:38:47 +0100
commitf21cc62832a9d5c521d10da9177b075bfed43f2f (patch)
tree13c3f34d01fc4f3e980c462dac2d0a0cf765e0a6 /docs/KNOWN_BUGS
parent73b63876b1d7ede288f38b35ad664b2f9d058825 (diff)
downloadcurl-f21cc62832a9d5c521d10da9177b075bfed43f2f.tar.gz
cmake: make CURL_ZLIB a tri-state variable
By differentiating between ON and AUTO it can make a missing zlib library a hard error when CURL_ZLIB=ON is used. Reviewed-by: Jakub Zakrzewski Closes #6221 Fixes #6173
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS13
1 files changed, 4 insertions, 9 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 04ada571d..c427b3fb6 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -129,9 +129,8 @@ problems may have been fixed or changed somewhat since this was written!
15.6 uses -lpthread instead of Threads::Threads
15.7 generated .pc file contains strange entries
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
+ 15.9 cert paths autodetected when cross-compiling
+ 15.10 libspsl is not supported
==============================================================================
@@ -887,17 +886,13 @@ problems may have been fixed or changed somewhat since this was written!
See https://github.com/curl/curl/issues/6169
-15.9 doesn't fail if zlib support is requested but not found
-
- See https://github.com/curl/curl/issues/6173
-
-15.10 cert paths autodetected when cross-compiling
+15.9 cert paths autodetected when cross-compiling
The autotools build disables the ca_path/ca_bundle detection when
cross-compiling. The cmake build keeps doing the detection.
See https://github.com/curl/curl/issues/6178
-15.11 libspsl is not supported
+15.10 libspsl is not supported
See https://github.com/curl/curl/issues/6214