mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
fluentbit: Use -fcommon to compile
gcc10+ defaults to -fno-common and fluentbit does not compile with -fno-common Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5b21133082
commit
646429ef0a
|
|
@ -54,5 +54,7 @@ EXTRA_OECMAKE_append_riscv64 = " -DFLB_DEPS='atomic'"
|
|||
|
||||
inherit cmake systemd
|
||||
|
||||
CFLAGS += "-fcommon"
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "td-agent-bit.service"
|
||||
TARGET_CC_ARCH_append = " ${SELECTED_OPTIMIZATION}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user