diff mbox series

[v2] package/fluent-bit: fix SSP compile issues with uClibc-ng

Message ID ZrB864k8wPy8ljX9@waldemar-brodkorb.de
State Accepted
Headers show
Series [v2] package/fluent-bit: fix SSP compile issues with uClibc-ng | expand

Commit Message

Waldemar Brodkorb Aug. 5, 2024, 7:19 a.m. UTC
Let's disable Security flags for the Buildsystem and
let it handled by Buildroot itself.

Fixes:
 - http://autobuild.buildroot.net/results/c9e/c9ed27a51a68429b2ed2d8eebb1afc919ecbead1/

Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
---
v1->v2:
  - use Buildroot security hardening flags and disable security
    flags in fluent-bit entirely (suggested by Thomas P.)
---
 package/fluent-bit/fluent-bit.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard Sept. 3, 2024, 6:53 p.m. UTC | #1
>>>>> "Waldemar" == Waldemar Brodkorb <wbx@openadk.org> writes:

 > Let's disable Security flags for the Buildsystem and
 > let it handled by Buildroot itself.

 > Fixes:
 >  - http://autobuild.buildroot.net/results/c9e/c9ed27a51a68429b2ed2d8eebb1afc919ecbead1/

 > Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
 > ---
 > v1-> v2:
 >   - use Buildroot security hardening flags and disable security
 >     flags in fluent-bit entirely (suggested by Thomas P.)

Committed to 2024.05.x, thanks.
diff mbox series

Patch

diff --git a/package/fluent-bit/fluent-bit.mk b/package/fluent-bit/fluent-bit.mk
index 5463682e45..10e639a3d5 100644
--- a/package/fluent-bit/fluent-bit.mk
+++ b/package/fluent-bit/fluent-bit.mk
@@ -15,6 +15,7 @@  FLUENT_BIT_DEPENDENCIES = host-bison host-flex libyaml openssl
 FLUENT_BIT_CONF_OPTS += \
 	-DFLB_DEBUG=No \
 	-DFLB_RELEASE=Yes \
+	-DFLB_SECURITY=No \
 	-DFLB_EXAMPLES=No \
 	-DFLB_CHUNK_TRACE=No \
 	-DFLB_PREFER_SYSTEM_LIBS=Yes \