All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach via buildroot <buildroot@buildroot.org>
To: Bernd Kuhls <bernd.kuhls@t-online.de>
Cc: Matt Weber <matthew.weber@collins.com>, buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/libcurl: fix libgsasl support
Date: Mon, 14 Mar 2022 21:31:15 +0200	[thread overview]
Message-ID: <87lexcbaa9.fsf@tarshish> (raw)
In-Reply-To: <20220314185945.2823356-1-bernd.kuhls@t-online.de>

Hi Bernd,

On Mon, Mar 14 2022, Bernd Kuhls wrote:

> Contrary to the helptext
> https://github.com/curl/curl/blob/master/configure.ac#L152
>
> the configure option is called --with-libgsasl:
> https://github.com/curl/curl/blob/master/configure.ac#L1989
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Acked-by: Baruch Siach <baruch@tkos.co.il>

Thanks,
baruch

> ---
>  package/libcurl/libcurl.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
> index 0db0c088cb..a6e5b06b8f 100644
> --- a/package/libcurl/libcurl.mk
> +++ b/package/libcurl/libcurl.mk
> @@ -128,9 +128,9 @@ endif
>  
>  ifeq ($(BR2_PACKAGE_LIBGSASL),y)
>  LIBCURL_DEPENDENCIES += libgsasl
> -LIBCURL_CONF_OPTS += --with-gsasl
> +LIBCURL_CONF_OPTS += --with-libgsasl
>  else
> -LIBCURL_CONF_OPTS += --without-gsasl
> +LIBCURL_CONF_OPTS += --without-libgsasl
>  endif
>  
>  ifeq ($(BR2_PACKAGE_LIBCURL_COOKIES_SUPPORT),y)


-- 
                                                     ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.52.368.4656, http://www.tkos.co.il -
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2022-03-14 19:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-14 18:59 [Buildroot] [PATCH 1/1] package/libcurl: fix libgsasl support Bernd Kuhls
2022-03-14 19:31 ` Baruch Siach via buildroot [this message]
2022-03-21 21:33 ` Arnout Vandecappelle
2022-03-23 21:27 ` Peter Korsgaard

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=87lexcbaa9.fsf@tarshish \
    --to=buildroot@buildroot.org \
    --cc=baruch@tkos.co.il \
    --cc=bernd.kuhls@t-online.de \
    --cc=matthew.weber@collins.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.