summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-11-18 16:58:44 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-11-18 22:51:08 +0100
commitbf9e14159cbd74d3f106a48613df7f0f771bc299 (patch)
treee664b9c275f9241bca60424a87be46263efa30b0
parent529423a270f9041ff4753afffee8d62392d35a1f (diff)
downloadcurl-bf9e14159cbd74d3f106a48613df7f0f771bc299.tar.gz
KNOWN_BUGS: cmake autodetects cert paths when cross-compiling
Closes #6178
-rw-r--r--docs/KNOWN_BUGS8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 53ea5bf76..94fa76fc0 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -130,6 +130,7 @@ problems may have been fixed or changed somewhat since this was written!
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
==============================================================================
@@ -888,3 +889,10 @@ problems may have been fixed or changed somewhat since this was written!
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
+
+ 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