From f6a975f24e044ffdb717a96537395cc40c43aa70 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 5 Aug 2024 09:19:07 +0200 Subject: [PATCH] package/fluent-bit: fix SSP compile issues with uClibc-ng 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 Signed-off-by: Thomas Petazzoni --- package/fluent-bit/fluent-bit.mk | 1 + 1 file changed, 1 insertion(+) 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 \