mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 12:52:17 +00:00
fribidi: Fix build with security flags turned on
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>
This commit is contained in:
parent
c6bb22050e
commit
3cb5bcda7d
@ -10,6 +10,7 @@ DEPENDS = "glib-2.0 libpcre"
|
||||
inherit autotools lib_package pkgconfig
|
||||
|
||||
CFLAGS_append = " -DPAGE_SIZE=4096 "
|
||||
SECURITY_CFLAGS_remove_toolchain-clang = "-D_FORTIFY_SOURCE=2"
|
||||
|
||||
SRC_URI = "http://fribidi.org/download/fribidi-${PV}.tar.bz2"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user