mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
Fix compile failures on Intrepid
This commit is contained in:
@@ -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 = ""
|
||||
|
||||
Reference in New Issue
Block a user