On 20.09.2022 15:07:22, Alexander Dahl wrote:
> Hello Marc,
> 
> Am Tue, Sep 20, 2022 at 02:56:59PM +0200 schrieb Marc Kleine-Budde:
> > Signed-off-by: Marc Kleine-Budde <m...@pengutronix.de>
> > ---
> >  rules/libcurl.make | 9 ++++++++-
> >  1 file changed, 8 insertions(+), 1 deletion(-)
> > 
> > diff --git a/rules/libcurl.make b/rules/libcurl.make
> > index 0d0ac9ea33d0..1ddefa9a5b4e 100644
> > --- a/rules/libcurl.make
> > +++ b/rules/libcurl.make
> > @@ -105,7 +105,6 @@ LIBCURL_CONF_OPT        := \
> >     --without-brotli \
> >     --without-zstd \
> >     --without-gssapi \
> > -   --with-default-ssl-backend=$(PTXCONF_LIBCURL_SSL_DEFAULT_BACKEND) \
> >     --with-random=/dev/urandom \
> >     --with-ca-bundle=$(PTXCONF_LIBCURL_SSL_CABUNDLE_PATH) \
> >     --with-ca-path=$(PTXCONF_LIBCURL_SSL_CAPATH_PATH) \
> > @@ -126,6 +125,14 @@ LIBCURL_CONF_OPT       := \
> >     --without-zsh-functions-dir \
> >     --without-fish-functions-dir
> >  
> > +ifdef PTXCONF_LIBCURL_SSL
> > +LIBCURL_CONF_OPT += \
> > +   --with-default-ssl-backend=$(PTXCONF_LIBCURL_SSL_DEFAULT_BACKEND)
> > +else
> > +LIBCURL_CONF_OPT += \
> > +   --without-ssl
> > +endif
> 
> The diff does not match patch subject.

Oh, the version bump disappeared after rebasing to current master. Will
send a v2.

Marc

-- 
Pengutronix e.K.                 | Marc Kleine-Budde           |
Embedded Linux                   | https://www.pengutronix.de  |
Vertretung West/Dortmund         | Phone: +49-231-2826-924     |
Amtsgericht Hildesheim, HRA 2686 | Fax:   +49-5121-206917-5555 |

Attachment: signature.asc
Description: PGP signature

Reply via email to