diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-11-18 16:56:17 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-11-18 22:51:08 +0100 |
commit | 529423a270f9041ff4753afffee8d62392d35a1f (patch) | |
tree | 90ad77780eb4b31990068ccb0df08c35b8608015 /docs | |
parent | 192099333b8c6c1da894e08c3471befd67225730 (diff) | |
download | curl-529423a270f9041ff4753afffee8d62392d35a1f.tar.gz |
KNOWN_BUGS: cmake build doesn't fail if zlib not found
Closes #6173
Diffstat (limited to 'docs')
-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 5a9b1bf70..53ea5bf76 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -129,6 +129,7 @@ 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 ============================================================================== @@ -883,3 +884,7 @@ problems may have been fixed or changed somewhat since this was written! autotools equivalent would say Libs.private: -lssl -lcrypto -lz 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 |