KNOWN_BUGS: cygwin: make install installs curl-config.1 twice

Closes #8839
This commit is contained in:
Daniel Stenberg 2023-07-31 08:55:26 +02:00
parent 2e8a3d7cb7
commit 47a3e6e577
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -41,6 +41,7 @@ problems may have been fixed or changed somewhat since this was written.
5.3 building for old macOS fails with gcc
5.4 build for iOS simulator on macOS 13.2 with Xcode 14
5.5 cannot handle Unicode arguments in non-Unicode builds on Windows
5.6 cygwin: make install installs curl-config.1 twice
5.9 Utilize Requires.private directives in libcurl.pc
5.11 configure --with-gssapi with Heimdal is ignored on macOS
5.12 flaky CI builds
@ -254,6 +255,10 @@ problems may have been fixed or changed somewhat since this was written.
https://curl.se/bug/?i=731
https://curl.se/bug/?i=3747
5.6 cygwin: make install installs curl-config.1 twice
https://github.com/curl/curl/issues/8839
5.9 Utilize Requires.private directives in libcurl.pc
https://github.com/curl/curl/issues/864