From 9b43dcdfd5a01cc2fc579aca560418cf7ac9570b Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 9 Feb 2024 16:37:43 +0100 Subject: [PATCH] TODO: use pkg-config to find libpsl Closes #12919 --- docs/TODO | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.3