TODO: use pkg-config to find libpsl

Closes #12919
This commit is contained in:
Daniel Stenberg 2024-02-09 16:37:43 +01:00
parent 089b4e36e4
commit 9b43dcdfd5
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -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