mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Marc Kleine-Budde <mkl@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] libcurl: fix configure if no SSL backend is selected
Date: Fri,  7 Oct 2022 09:38:46 +0200	[thread overview]
Message-ID: <20221007073846.1961476-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20220928121609.1209927-2-mkl@pengutronix.de>

Thanks, applied as 4ff9656bf44f4350c303e9d4f2c2af82865fec18.

Michael

[sent from post-receive hook]

On Fri, 07 Oct 2022 09:38:46 +0200, Marc Kleine-Budde <mkl@pengutronix.de> wrote:
> 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>
> Message-Id: <20220928121609.1209927-2-mkl@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> 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 \



  reply	other threads:[~2022-10-07  7:39 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 ` [ptxdist] [PATCH v3 1/5] libcurl: fix configure if no SSL backend is selected Marc Kleine-Budde
2022-10-07  7:38   ` Michael Olbrich [this message]
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=20221007073846.1961476-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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