Update 10.11 pkgconfig files

Closes Homebrew/homebrew#45970.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
Dominyk Tiller 2015-11-13 18:52:59 +00:00
parent 3e9534029a
commit 0abe554420
3 changed files with 5 additions and 5 deletions

View File

@ -27,13 +27,13 @@ prefix=/usr
exec_prefix=${prefix} exec_prefix=${prefix}
libdir=${exec_prefix}/lib libdir=${exec_prefix}/lib
includedir=${prefix}/include includedir=${prefix}/include
supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMTP SMTPS TELNET TFTP" supported_protocols="DICT FILE FTP FTPS GOPHER HTTP HTTPS IMAP IMAPS LDAP LDAPS POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
supported_features="SSL IPv6 libz AsynchDNS NTLM NTLM_WB GSS-API" supported_features="Largefile Kerberos SPNEGO SSL IPv6 libz AsynchDNS NTLM NTLM_WB GSS-API UnixSockets"
Name: libcurl Name: libcurl
URL: http://curl.haxx.se/ URL: http://curl.haxx.se/
Description: Library to transfer files with ftp, http, etc. Description: Library to transfer files with ftp, http, etc.
Version: 7.37.1 Version: 7.43.0
Libs: -L${libdir} -lcurl Libs: -L${libdir} -lcurl
Libs.private: -lssl -lcrypto -Wl,-weak-lldap -Wl,-weak-lgssapi_krb5 -lresolv -lssl -lcrypto -lz -lz Libs.private: -lssl -lcrypto -Wl,-weak-lldap -Wl,-weak-lgssapi_krb5 -lresolv -lssl -lcrypto -lz -lz
Cflags: -I${includedir} Cflags: -I${includedir}

View File

@ -5,7 +5,7 @@ includedir=${prefix}/include
modules=1 modules=1
Name: libXML Name: libXML
Version: 2.9.0 Version: 2.9.2
Description: libXML library version2. Description: libXML library version2.
Requires: Requires:
Libs: -L${libdir} -lxml2 Libs: -L${libdir} -lxml2

View File

@ -5,7 +5,7 @@ includedir=${prefix}/include
Name: SQLite Name: SQLite
Description: SQL database engine Description: SQL database engine
Version: 3.8.8 Version: 3.8.10.2
Libs: -L${libdir} -lsqlite3 Libs: -L${libdir} -lsqlite3
Libs.private: Libs.private:
Cflags: -I${includedir} Cflags: -I${includedir}