From 1a5ccf1dde4a3814c702f48478587afef037340d Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 18 Nov 2008 16:47:36 +0000 Subject: Fix compile failures on Intrepid --- meta/conf/bitbake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' # 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 = "" -- cgit v1.2.3-54-g00ecf