From 307cfd008b167534a28e7949087477039ab5d0e7 Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Sun, 24 May 2026 09:02:33 +0100 Subject: [PATCH] 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 2d546d239ecd455b6459e68b85ef8d4b045c0a00 ("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 --- docs/KNOWN_BUGS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/KNOWN_BUGS.md b/docs/KNOWN_BUGS.md index a2d3b62729..b0702bc7a4 100644 --- a/docs/KNOWN_BUGS.md +++ b/docs/KNOWN_BUGS.md @@ -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