From: Daniel Stenberg Date: Wed, 18 Nov 2020 15:50:41 +0000 (+0100) Subject: KNOWN_BUGS: cmake: generated .pc file contains strange entries X-Git-Tag: curl-7_74_0~58 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad4b608263cb9302cede64b8091aad8ee7375977;p=thirdparty%2Fcurl.git KNOWN_BUGS: cmake: generated .pc file contains strange entries Closes #6167 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index cdaea23ef0..cab9fb4e58 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -127,6 +127,7 @@ problems may have been fixed or changed somewhat since this was written! 15.4 build docs/curl.1 15.5 build on Linux links libcurl to libdl 15.6 uses -lpthread instead of Threads::Threads + 15.7 generated .pc file contains strange entries ============================================================================== @@ -866,3 +867,10 @@ problems may have been fixed or changed somewhat since this was written! 15.6 uses -lpthread instead of Threads::Threads See https://github.com/curl/curl/issues/6166 + +15.7 generated .pc file contains strange entries + + The Libs.private field of the generated .pc file contains -lgcc -lgcc_s -lc + -lgcc -lgcc_s + + See https://github.com/curl/curl/issues/6167