diff options
author | Daniel Stenberg <daniel@haxx.se> | 2019-08-26 12:11:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2019-08-26 12:11:29 +0200 |
commit | cac07fb639ddef538e71bdcc907b5c3fefafd45a (patch) | |
tree | 4d028d59aafcb6b45ac79f824130141fbd3ab502 | |
parent | 48f589893d483684bac3ff2aebc8ff64f14442af (diff) |
KNOWN_BUGS: USE_UNIX_SOCKETS on Windows
Closes #4040
-rw-r--r-- | docs/KNOWN_BUGS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index e385ef597..86bc0bc54 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! 4.5 Improve --data-urlencode space encoding 5. Build and portability issues + 5.1 USE_UNIX_SOCKETS on Windows 5.2 curl-config --libs contains private details 5.3 curl compiled on OSX 10.13 failed to run on OSX 10.10 5.4 Cannot compile against a static build of OpenLDAP @@ -389,6 +390,13 @@ problems may have been fixed or changed somewhat since this was written! 5. Build and portability issues +5.1 USE_UNIX_SOCKETS on Windows + + Due to incorrect CMake checks for the presense of the feature, it will never + be enabled for windows in a cmake build. + + See https://github.com/curl/curl/issues/4040 + 5.2 curl-config --libs contains private details "curl-config --libs" will include details set in LDFLAGS when configure is |