mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:13:37 +03:00
configure.ac: find libpsl with pkg-config
Find libpsl with pkg-config to avoid static build failures. Ref: http://autobuild.buildroot.org/results/1fb15e1a99472c403d0d3b1a688902f32e78d002 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Closes #12947
This commit is contained in:
parent
8dbc3c7a6b
commit
9b3f67e267
2 changed files with 67 additions and 19 deletions
|
|
@ -183,7 +183,6 @@
|
|||
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
|
||||
|
|
@ -1340,12 +1339,6 @@
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue