aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-08-29 23:01:49 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-08-29 23:02:14 +0200
commitb73b423ba09c68e9381a5ca8a024f0cb2712de48 (patch)
tree984afad7ceba0d99b682bafa7f24a88adbf0c675 /docs/KNOWN_BUGS
parente171968ba3ae44cae618c75b24cf7fd19a124be2 (diff)
KNOWN_BUGS: mention some cmake "support gaps"
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index dc043803f..4a8939856 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -48,6 +48,7 @@ problems may have been fixed or changed somewhat since this was written!
5.3 libidn and old iconv
5.4 AIX shared build with c-ares fails
5.5 can't handle Unicode arguments in Windows
+ 5.6 cmake support gaps
6. Authentication
6.1 NTLM authentication and unicode
@@ -341,6 +342,17 @@ problems may have been fixed or changed somewhat since this was written!
https://curl.haxx.se/bug/?i=345
https://curl.haxx.se/bug/?i=731
+5.6 cmake support gaps
+
+ The cmake build setup lacks several features that the autoconf build
+ offers. This includes:
+
+ - symbol hiding when the shared library is built
+ - use of correct soname for the shared library build
+ - support for several TLS backends are missing
+ - the unit tests cause link failures in regular non-static builds
+ - no nghttp2 check
+
6. Authentication