Skip to content

Commit

Permalink
package/fluent-bit: fix SSP compile issues with uClibc-ng
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
wbx-github authored and tpetazzoni committed Aug 5, 2024
1 parent 9ef4735 commit f6a975f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/fluent-bit/fluent-bit.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit f6a975f

Please sign in to comment.