1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-05 02:20:12 +00:00

Fix compile failures on Intrepid

This commit is contained in:
Ross Burton
2008-11-18 16:47:36 +00:00
parent 64c2e76123
commit 1a5ccf1dde
+1 -1
View File
@@ -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 = ""