diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-04-05 11:23:25 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-05 11:24:01 +0200 |
commit | 62f5e3887d95b418cfed12b5b4d9a923055e4c97 (patch) | |
tree | 5a412fc072d6d36bab366668e2e4f921aaa6803d /docs/KNOWN_BUGS | |
parent | 6bc1040d551c2b621c114c3c58e9a6cd6a46de7c (diff) | |
download | curl-62f5e3887d95b418cfed12b5b4d9a923055e4c97.tar.gz |
KNOWN_BUGS: fixed "USE_UNIX_SOCKETS on Windows"
Fixed with #5170 (commit 23a870f2fd041278)
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r-- | docs/KNOWN_BUGS | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 9b7be5fa9..cd4990c4f 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -48,7 +48,6 @@ 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 @@ -361,13 +360,6 @@ 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 presence 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 |