mirror of
https://github.com/curl/curl.git
synced 2026-06-01 23:44:16 +03:00
KNOWN_BUGS: remove stale Threads::Threads entry
The old CMake bug about exporting -lpthread instead of Threads::Threads
no longer matches current master. As of 2d546d239e
("cmake: use Threads::Threads imported target for POSIX Threads"),
the build now uses Threads::Threads and the generated CMake package
config resolves the dependency explicitly, so this KNOWN_BUGS entry is stale.
Closes #21734
This commit is contained in:
parent
fc90bdbaf9
commit
307cfd008b
1 changed files with 0 additions and 4 deletions
|
|
@ -490,10 +490,6 @@ Something in the SONAME generation seems to be wrong in the cmake build.
|
|||
|
||||
[curl issue 11158](https://github.com/curl/curl/issues/11158)
|
||||
|
||||
## uses `-lpthread` instead of `Threads::Threads`
|
||||
|
||||
See [curl issue 6166](https://github.com/curl/curl/issues/6166)
|
||||
|
||||
## generated `.pc` file contains strange entries
|
||||
|
||||
The `Libs.private` field of the generated `.pc` file contains `-lgcc -lgcc_s
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue