]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
TODO: use pkg-config to find libpsl
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 Feb 2024 15:37:43 +0000 (16:37 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 Feb 2024 22:35:07 +0000 (23:35 +0100)
Closes #12919

docs/TODO

index ee537b913f346dfbf2fcc1835a39e1ef987e590b..d2fd42ed969616cd5fa11dfaa3f75c2993e4bd41 100644 (file)
--- a/docs/TODO
+++ b/docs/TODO
  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
 
  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