]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: cmake build doesn't fail if zlib not found
authorDaniel Stenberg <daniel@haxx.se>
Wed, 18 Nov 2020 15:56:17 +0000 (16:56 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 18 Nov 2020 21:51:08 +0000 (22:51 +0100)
Closes #6173

docs/KNOWN_BUGS

index 5a9b1bf70cc688d4926084e6c74db23698349d62..53ea5bf76798baed57bdc699330b715c9dd3cc1a 100644 (file)
@@ -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