mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Marc Kleine-Budde <mkl@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Subject: [ptxdist] [PATCH v3 1/5] libcurl: fix configure if no SSL backend is selected
Date: Wed, 28 Sep 2022 14:16:05 +0200	[thread overview]
Message-ID: <20220928121609.1209927-2-mkl@pengutronix.de> (raw)
In-Reply-To: <20220928121609.1209927-1-mkl@pengutronix.de>

If no SSL backend is selected configure will fail with the following
error:

| configure: error: TLS not detected, you will not be able to use HTTPS, FTPS, NTLM and more.
| Use --with-openssl, --with-gnutls, --with-wolfssl, --with-mbedtls,
| --with-nss, --with-schannel, --with-secure-transport, --with-amissl,
| --with-bearssl or --with-rustls to address this.

Fixes: 34db9dd470bd ("libcurl: Version bump. 7.84.0 -> 7.85.0")
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
---
 rules/libcurl.make | 1 +
 1 file changed, 1 insertion(+)

diff --git a/rules/libcurl.make b/rules/libcurl.make
index 0d0ac9ea33d0..5da835d730a8 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -93,6 +93,7 @@ LIBCURL_CONF_OPT	:= \
 	--without-schannel \
 	--without-secure-transport \
 	--without-amissl \
+	--$(call ptx/wwo,PTXCONF_LIBCURL_SSL)-ssl \
 	--with-openssl=$(call ptx/ifdef, PTXCONF_LIBCURL_SSL_OPENSSL,$(SYSROOT)/usr,no) \
 	--with-gnutls=$(call ptx/ifdef, PTXCONF_LIBCURL_SSL_GNUTLS,$(SYSROOT)/usr,no) \
 	--without-mbedtls \
-- 
2.30.2




  reply	other threads:[~2022-09-28 12:17 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-28 12:16 [ptxdist] [PATCH v3 0/5] various version bumps Marc Kleine-Budde
2022-09-28 12:16 ` Marc Kleine-Budde [this message]
2022-10-07  7:38   ` [ptxdist] [APPLIED] libcurl: fix configure if no SSL backend is selected Michael Olbrich
2022-09-28 12:16 ` [ptxdist] [PATCH v3 2/5] bind: version bump to 9.11.37 + adjust license files checksum Marc Kleine-Budde
2022-09-29 14:06   ` Michael Olbrich
2022-09-28 12:16 ` [ptxdist] [PATCH v3 3/5] dhcp: version bump to 4.4.3 " Marc Kleine-Budde
2022-09-28 12:16 ` [ptxdist] [PATCH v3 4/5] lz4: version bump to 1.9.4 " Marc Kleine-Budde
2022-09-28 12:16 ` [ptxdist] [PATCH v3 5/5] nettle: version bump to 3.8.1 Marc Kleine-Budde

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220928121609.1209927-2-mkl@pengutronix.de \
    --to=mkl@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox