mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-05 14:07:27 -08:00
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:
parent
42bed4a80d
commit
6b4f3afd59
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user