浏览代码

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 <wbx@openadk.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit f6a975f24e044ffdb717a96537395cc40c43aa70)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Waldemar Brodkorb 1 年之前
父节点
当前提交
6a2d1d947e
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/fluent-bit/fluent-bit.mk

+ 1 - 0
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 \