summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-03-05 14:27:14 +0100
committerDaniel Stenberg <daniel@haxx.se>2020-03-05 14:27:14 +0100
commitbeea6f8bed7f21c2758a06788383275b94ddb33e (patch)
tree05ea9a18b0e190fec6674cf2416d81834dc940dc
parent52d302ed64822347de132e50027aaa35f23b145b (diff)
downloadcurl-beea6f8bed7f21c2758a06788383275b94ddb33e.tar.gz
KNOWN_BUGS: configure --with-gssapi with Heimdal is ignored on macOS
Closes #3841
-rw-r--r--docs/KNOWN_BUGS7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index 351eca29f..26f21dc67 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -57,6 +57,7 @@ problems may have been fixed or changed somewhat since this was written!
5.8 configure finding libs in wrong directory
5.9 Utilize Requires.private directives in libcurl.pc
5.10 IDN tests failing on Windows / MSYS2
+ 5.11 configure --with-gssapi with Heimdal is ignored on macOS
6. Authentication
6.1 NTLM authentication and unicode
@@ -437,6 +438,12 @@ problems may have been fixed or changed somewhat since this was written!
https://github.com/curl/curl/issues/3747
+5.11 configure --with-gssapi with Heimdal is ignored on macOS
+
+ ... unless you also pass --with-gssapi-libs
+
+ https://github.com/curl/curl/issues/3841
+
6. Authentication
6.1 NTLM authentication and unicode