From: Thomas Petazzoni via buildroot <buildroot@buildroot.org>
To: Waldemar Brodkorb <wbx@openadk.org>
Cc: buildroot@buildroot.org
Subject: Re: [Buildroot] [PATCH] package/fluent-bit: fix issue with uClibc-ng toolchains
Date: Mon, 5 Aug 2024 08:55:14 +0200 [thread overview]
Message-ID: <20240805085514.5e113a0a@windsurf> (raw)
In-Reply-To: <ZrBtHPY63Wyfy++l@waldemar-brodkorb.de>
Hello Waldemar,
On Mon, 5 Aug 2024 08:11:40 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:
> +ifeq ($(BR2_TOOLCHAIN_USES_UCLIBC),y)
> +ifeq ($(BR2_TOOLCHAIN_BUILDROOT_USE_SSP),y)
BR2_TOOLCHAIN_BUILDROOT_USE_SSP only makes sense for internal
toolchains, so that wouldn't do what's expected for external
toolchains. Also putting this inside a uClibc conditional doesn't make
sense, the SSP option is independent from the C library.
But overall, you should just unconditionally pass -DFLB_SECURITY=No,
and let Buildroot decide which security hardening features to enable.
Thanks!
Thomas
--
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
prev parent reply other threads:[~2024-08-05 6:55 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-05 6:11 [Buildroot] [PATCH] package/fluent-bit: fix issue with uClibc-ng toolchains Waldemar Brodkorb
2024-08-05 6:55 ` Thomas Petazzoni via buildroot [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=20240805085514.5e113a0a@windsurf \
--to=buildroot@buildroot.org \
--cc=thomas.petazzoni@bootlin.com \
--cc=wbx@openadk.org \
/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