commit:     bc57bee3e73decce0bce78f3636228969749b1cc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 11 22:59:06 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 11 22:59:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc57bee3

net-misc/curl: pass --without-rustls if not enabled

Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-misc/curl/curl-7.86.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/curl/curl-7.86.0-r3.ebuild 
b/net-misc/curl/curl-7.86.0-r3.ebuild
index c66e10b796b0..fb34199c73a2 100644
--- a/net-misc/curl/curl-7.86.0-r3.ebuild
+++ b/net-misc/curl/curl-7.86.0-r3.ebuild
@@ -120,7 +120,7 @@ multilib_src_configure() {
        myconf+=( --without-ca-fallback 
--with-ca-bundle="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt  )
        #myconf+=( --without-default-ssl-backend )
        if use ssl ; then
-               myconf+=( --without-gnutls --without-mbedtls --without-nss )
+               myconf+=( --without-gnutls --without-mbedtls --without-nss 
--without-rustls )
 
                if use gnutls || use curl_ssl_gnutls; then
                        einfo "SSL provided by gnutls"

Reply via email to