Source: curl
Followup-For: Bug #1077190
X-Debbugs-Cc: tj.iam...@proton.me

This is a result of upstream commit f057de5a1a which results in
libcurl.pc having:

Name: libcurl
URL: https://curl.se/
Description: Library to transfer files with ftp, http, etc.
Version: 8.9.0
Requires:
Requires.private: 
libidn2,zlib,libbrotlidec,libzstd,gnutls,libpsl,libssh2,librtmp,libnghttp2,libngtcp2,libngtcp2_crypto_gnutls,libnghttp3
Libs: -L${libdir} -lcurl
Libs.private: -lnghttp3 -lngtcp2_crypto_gnutls -lngtcp2 -lnghttp2 -lidn2 -lrtmp 
-lssh2 -lssh2 -lpsl -lnettle -lgnutls -lgssapi_krb5 -llber -lldap -llber -lzstd 
-lbrotlidec -lz
Cflags: -I${includedir}


commit f057de5a1a950a90d1920021db152a4b695f1a8a
Author: Viktor Szakats <com...@vsz.me>
Date:   Sat Jun 8 00:41:24 2024 +0200

libcurl.pc: add `Requires.private`, `Requires` for static linking

- cmake: populate for dependencies.
- autotools: populate for dependencies.
(including mbedtls, though the script does not detect
mbedtls through pkgconfig. mbedtls 3.6.0 now supports it.)

Skip dealing with gssapi in this patch.

Fixes #864
Closes #13911

Reply via email to