From: Peter Korsgaard <peter@korsgaard.com>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH 1/1] package/libressl: don't export arc4random
Date: Thu, 29 Feb 2024 16:14:06 +0100 [thread overview]
Message-ID: <87a5nji9q9.fsf@48ers.dk> (raw)
In-Reply-To: <20240121202422.1598129-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Sun, 21 Jan 2024 21:24:22 +0100")
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> Don't export arc4random to fix the following libcurl build failure
> raised since bump of libcurl to version 8.5.0 in commit
> aaa9438b96f88b1ecbf5eb9a1aebef8010835b8d and
> https://github.com/curl/curl/commit/7925ba431b9a099daee1fa21d36c21887f787ad5:
> rand.c: In function 'randit':
> rand.c:146:26: error: implicit declaration of function 'arc4random';
> did you mean 'srandom'? [-Werror=implicit-function-declaration]
> 146 | *rnd = (unsigned int)arc4random();
> | ^~~~~~~~~~
> | srandom
> cc1: some warnings being treated as errors
> Fixes:
> - http://autobuild.buildroot.org/results/8b7988629f1887be15c97b8c511d25443ba110d8
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2023.11.x, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-02-29 15:14 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-01-21 20:24 [Buildroot] [PATCH 1/1] package/libressl: don't export arc4random Fabrice Fontaine
2024-02-05 10:11 ` Arnout Vandecappelle via buildroot
2024-02-29 15:14 ` Peter Korsgaard [this message]
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=87a5nji9q9.fsf@48ers.dk \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
--cc=fontaine.fabrice@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox