Browse Source

Fix compile failures on Intrepid

Ross Burton 17 years ago
parent
commit
1a5ccf1dde
1 changed files with 1 additions and 1 deletions
  1. 1 1
      meta/conf/bitbake.conf

+ 1 - 1
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 = ""