Skip to content

Commit

Permalink
Merge pull request #15997 from Bo98/14rc-pkgconfig
Browse files Browse the repository at this point in the history
os/mac/pkgconfig: update for macOS 14 RC SDK
  • Loading branch information
Bo98 committed Sep 13, 2023
2 parents eacdf7a + 6d0c424 commit 34eb4f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Library/Homebrew/os/mac/pkgconfig/13/libcurl.pc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
supported_protocols="DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS LDAP LDAPS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
supported_features="alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets"
supported_features="alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL threadsafe UnixSockets"

Name: libcurl
URL: https://curl.se/
Expand Down
4 changes: 2 additions & 2 deletions Library/Homebrew/os/mac/pkgconfig/14/libcurl.pc
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ exec_prefix=/usr
libdir=${exec_prefix}/lib
includedir=${prefix}/include
supported_protocols="DICT FILE FTP FTPS GOPHER GOPHERS HTTP HTTPS IMAP IMAPS LDAP LDAPS MQTT POP3 POP3S RTSP SMB SMBS SMTP SMTPS TELNET TFTP"
supported_features="alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL UnixSockets"
supported_features="alt-svc AsynchDNS GSS-API HSTS HTTP2 HTTPS-proxy IPv6 Kerberos Largefile libz MultiSSL NTLM NTLM_WB SPNEGO SSL threadsafe UnixSockets"

Name: libcurl
URL: https://curl.se/
Description: Library to transfer files with ftp, http, etc.
Version: 8.0.1
Version: 8.1.2
Libs: -L${libdir} -lcurl
Libs.private: -lldap -lz
Cflags:

0 comments on commit 34eb4f8

Please sign in to comment.