From: Daniel Stenberg Date: Wed, 18 Nov 2020 15:56:17 +0000 (+0100) Subject: KNOWN_BUGS: cmake build doesn't fail if zlib not found X-Git-Tag: curl-7_74_0~56 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=529423a270f9041ff4753afffee8d62392d35a1f;p=thirdparty%2Fcurl.git KNOWN_BUGS: cmake build doesn't fail if zlib not found Closes #6173 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 5a9b1bf70c..53ea5bf767 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