net-misc/curl: fix unrecognised configure options

`bearssl` and `secure-transport` were dropped with this release, but
this was not picked up for our ebuild updates.

Drop them from our configure and sync with live ebuild.

Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly 2025-07-17 23:06:58 +10:00
parent 42bed4a80d
commit 6b4f3afd59
No known key found for this signature in database
GPG Key ID: 1B55CE38F469B300
2 changed files with 3 additions and 7 deletions

View File

@ -227,10 +227,9 @@ _get_curl_tls_configure_opts() {
die "Please file a bug, hit impossible condition w/ USE=ssl handling."
fi
# Explicitly Disable unimplemented b
# Explicitly Disable unimplemented backends
tls_opts+=(
--without-amissl
--without-bearssl
--without-wolfssl
)
@ -342,7 +341,6 @@ multilib_src_configure() {
--without-msh3
--without-quiche
--without-schannel
--without-secure-transport
--without-winidn
--with-zlib
--with-zsh-functions-dir="${EPREFIX}"/usr/share/zsh/site-functions

View File

@ -225,10 +225,9 @@ _get_curl_tls_configure_opts() {
die "Please file a bug, hit impossible condition w/ USE=ssl handling."
fi
# Explicitly Disable unimplemented b
# Explicitly Disable unimplemented backends
tls_opts+=(
--without-amissl
--without-bearssl
--without-wolfssl
)
@ -253,7 +252,7 @@ multilib_src_configure() {
)
else
# Without a REQUIRED_USE to ensure that QUIC was requested when at least one default backend is
# we need ensure that we don't try to build QUIC support
# enabled we need ensure that we don't try to build QUIC support
myconf+=( --without-ngtcp2 --without-openssl-quic )
fi
else
@ -340,7 +339,6 @@ multilib_src_configure() {
--without-msh3
--without-quiche
--without-schannel
--without-secure-transport
--without-winidn
--with-zlib
--with-zsh-functions-dir="${EPREFIX}"/usr/share/zsh/site-functions