mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-21 14:29:41 +00:00
Clang complains like below
| ../../fribidi-0.19.7/charset/fribidi-char-sets-cap-rtl.c:148:7: error: expected expression
| DBG ("warning: could not find a mapping for CapRTL to Unicode:");
Therefore quick fix is to remove FORTIFY_SOURCE from cmdline
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 1c8afeed179495a53e7b782b994e4a1f00f15536)
Signed-off-by: Armin Kuster <akuster808@gmail.com>