]> code.ossystems Code Review - openembedded-core.git/commit
curl: configure with '--without-ssl' if ssl is disabled
authorChristian Eggers <ceggers@arri.de>
Tue, 15 Feb 2022 12:54:56 +0000 (13:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Feb 2022 09:46:24 +0000 (09:46 +0000)
commit6c737396c705e1388aff5f5a599c901a1a1760a2
treea3329cd7189c26a3c8baff9c0bb66937fa70c376
parentc17e1023eff86e71734edeb592a26f3a9160d72e
curl: configure with '--without-ssl' if ssl is disabled

curl requires that at least one SSL implementation or explicitly
'--without-ssl' is specified. This is particularly the case if
PACKAGECONFIG is empty.

| configure: error: select TLS backend(s) or disable TLS with
--without-ssl.
|
| Select from these:
|
|   --with-amissl
|   --with-bearssl
|   --with-gnutls
|   --with-mbedtls
|   --with-mesalink
|   --with-nss
|   --with-openssl (also works for BoringSSL and libressl)
|   --with-rustls
|   --with-schannel
|   --with-secure-transport
|   --with-wolfssl
|

Fixes: eef6c45fc6ec ("curl: Rework openssl and random PACKAGECONFIGs")
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/curl/curl_7.81.0.bb