summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@linux.intel.com>2008-11-18 16:47:36 +0000
committerRoss Burton <ross@linux.intel.com>2008-12-01 17:56:15 +0000
commit1a5ccf1dde4a3814c702f48478587afef037340d (patch)
tree6f977199e0250265705d3dce4f2daba4ae8b320d
parent64c2e761234e4c1513663df5567a4510f31fa8d4 (diff)
downloadpoky-1a5ccf1dde4a3814c702f48478587afef037340d.tar.gz
Fix compile failures on Intrepid
-rw-r--r--meta/conf/bitbake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 4efeb75fe2..17d88facb4 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -378,7 +378,7 @@ PATCHRESOLVE = 'user'
378# Build flags and options. 378# Build flags and options.
379################################################################## 379##################################################################
380 380
381export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}" 381export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE} -U_FORTIFY_SOURCE -Wno-format-security"
382BUILDSDK_CPPFLAGS = "-isystem${STAGING_INCDIR}" 382BUILDSDK_CPPFLAGS = "-isystem${STAGING_INCDIR}"
383export CPPFLAGS = "${TARGET_CPPFLAGS}" 383export CPPFLAGS = "${TARGET_CPPFLAGS}"
384export TARGET_CPPFLAGS = "" 384export TARGET_CPPFLAGS = ""