summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 = ""