mirror of
https://github.com/curl/curl.git
synced 2026-08-25 07:53:32 +03:00
libcurl.pc: add the Link.ABI and Source tags
Link.ABI is a feature of pkgconf 3.0 and indicates the ABI against which a consumer must link the package. For libcurl, this is hard-coded as C. Source is a URL from which to download the package tarball. Closes #22519
This commit is contained in:
parent
04ff9df3e8
commit
3f1c033afe
1 changed files with 2 additions and 0 deletions
|
|
@ -33,9 +33,11 @@ Name: libcurl
|
|||
URL: https://curl.se/
|
||||
Description: Library to transfer files with HTTP, FTP, etc.
|
||||
Version: @CURLVERSION@
|
||||
Source: https://curl.se/download/curl-@CURLVERSION@.tar.gz
|
||||
Requires: @LIBCURL_PC_REQUIRES@
|
||||
Requires.private: @LIBCURL_PC_REQUIRES_PRIVATE@
|
||||
Libs: -L${libdir} -lcurl @LIBCURL_PC_LIBS@
|
||||
Libs.private: @LIBCURL_PC_LDFLAGS_PRIVATE@ @LIBCURL_PC_LIBS_PRIVATE@
|
||||
Cflags: -I${includedir} @LIBCURL_PC_CFLAGS@
|
||||
Cflags.private: @LIBCURL_PC_CFLAGS_PRIVATE@
|
||||
Link.ABI: c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue