From: Daniel Stenberg Date: Fri, 9 Feb 2024 15:37:43 +0000 (+0100) Subject: TODO: use pkg-config to find libpsl X-Git-Tag: curl-8_7_0~186 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b43dcdfd5a01cc2fc579aca560418cf7ac9570b;p=thirdparty%2Fcurl.git TODO: use pkg-config to find libpsl Closes #12919 --- diff --git a/docs/TODO b/docs/TODO index ee537b913f..d2fd42ed96 100644 --- a/docs/TODO +++ b/docs/TODO @@ -183,6 +183,7 @@ 19.4 Package curl for Windows in a signed installer 19.5 make configure use --cache-file more and better 19.6 build curl with Windows Unicode support + 19.7 use pkg-config to find libpsl 20. Test suite 20.1 SSL tunnel @@ -1339,6 +1340,12 @@ See https://github.com/curl/curl/issues/7229 +19.7 use pkg-config to find libpsl + + When enabled in configure, libpsl is not found and picked up using details + with pkg-config, thus sometimes missing out on platform specific adjustments. + This should be fixed. + 20. Test suite 20.1 SSL tunnel