Open Muqsit opened 2 weeks ago
Upon further discussion, this failure arises from the new libpsl requirement starting with cURL v8.10.0 (install.log):
checking for libpsl options with pkg-config... no
checking for psl_builtin in -lpsl... no
configure: error: libpsl libs and/or directories were not found where specified!
Building cURL with --without-libpsl
solves the issue.
Relevant GitHub Actions workflow logs:
PM5 / Linux:
PM5 / MacOS arm64: