All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: Lance Fredrickson <lancethepants@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/libcurl: Also specify the CA bundle location
Date: Sat, 17 May 2025 22:32:49 +0200	[thread overview]
Message-ID: <87msbb3rm6.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20250417190544.1075310-1-lancethepants@gmail.com> (Lance Fredrickson's message of "Thu, 17 Apr 2025 13:05:43 -0600")

>>>>> "Lance" == Lance Fredrickson <lancethepants@gmail.com> writes:

 > From: Lance Fredrickson <lancethepants@gmail.com>
 > Signed-off-by: Lance Fredrickson <lancethepants@gmail.com>

Why? What does that change?

> ---
 >  package/libcurl/libcurl.mk | 3 ++-
 >  1 file changed, 2 insertions(+), 1 deletion(-)

 > diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
 > index 2066ba0388..509feeab64 100644
 > --- a/package/libcurl/libcurl.mk
 > +++ b/package/libcurl/libcurl.mk
 > @@ -67,7 +67,8 @@ endif
 >  ifeq ($(BR2_PACKAGE_LIBCURL_OPENSSL),y)
 >  LIBCURL_DEPENDENCIES += openssl
 >  LIBCURL_CONF_OPTS += --with-openssl=$(STAGING_DIR)/usr \
 > -	--with-ca-path=/etc/ssl/certs
 > +	--with-ca-path=/etc/ssl/certs \
 > +	--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
 >  else
 >  LIBCURL_CONF_OPTS += --without-openssl
 >  endif
 > -- 

 > 2.39.5

 > _______________________________________________
 > buildroot mailing list
 > buildroot@buildroot.org
 > https://lists.buildroot.org/mailman/listinfo/buildroot


-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  parent reply	other threads:[~2025-05-17 20:32 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-04-17 19:05 [Buildroot] [PATCH] package/libcurl: Also specify the CA bundle location Lance Fredrickson
2025-04-17 19:22 ` Lance Fredrickson
2025-05-17 20:32 ` Peter Korsgaard [this message]
2025-07-18 14:53   ` Lance Fredrickson
2026-02-04 13:14 ` Arnout Vandecappelle via buildroot

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=87msbb3rm6.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@buildroot.org \
    --cc=lancethepants@gmail.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.