[curl/curl] 9f71cc: m4: add security frameworks on Mac when compiling ...
Kevin Burke <[email protected]>
| Newsgroups | gmane.comp.web.curl.cvs |
|---|---|
| Message-ID | <curl/curl/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/curl/curl
Commit: 9f71cc293feced65a062e7f408c8a49435f41f79
https://github.com/curl/curl/commit/9f71cc293feced65a062e7f408c8a49435f41f79
Author: Kevin Burke <[email protected]>
Date: 2021-04-25 (Sun, 25 Apr 2021)
Changed paths:
M m4/curl-rustls.m4
Log Message:
-----------
m4: add security frameworks on Mac when compiling rustls
Previously compiling rustls on Mac would only complete if you also
compiled the SecureTransport TLS backend, which curl would prefer to
the Rust backend.
Appending these flags to LDFLAGS makes it possible to compile the
Rustls backend on Mac without the SecureTransport backend, which means
this patch will make it possible for Mac users to use the Rustls
backend for TLS.
Reviewed-by: Jacob Hoffman-Andrews
Fixes #6955
Cloes #6956
_______________________________________________
curl-commits mailing list
[email protected]
https://cool.haxx.se/cgi-bin/mailman/listinfo/curl-commits