mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 13:33:40 +00:00
Fix compile failures on Intrepid
This commit is contained in:
parent
64c2e76123
commit
1a5ccf1dde
@ -378,7 +378,7 @@ PATCHRESOLVE = 'user'
|
||||
# Build flags and options.
|
||||
##################################################################
|
||||
|
||||
export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}"
|
||||
export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE} -U_FORTIFY_SOURCE -Wno-format-security"
|
||||
BUILDSDK_CPPFLAGS = "-isystem${STAGING_INCDIR}"
|
||||
export CPPFLAGS = "${TARGET_CPPFLAGS}"
|
||||
export TARGET_CPPFLAGS = ""
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user