diff options
| author | Ross Burton <ross@linux.intel.com> | 2008-11-18 16:47:36 +0000 |
|---|---|---|
| committer | Ross Burton <ross@linux.intel.com> | 2008-12-01 17:56:15 +0000 |
| commit | 1a5ccf1dde4a3814c702f48478587afef037340d (patch) | |
| tree | 6f977199e0250265705d3dce4f2daba4ae8b320d | |
| parent | 64c2e761234e4c1513663df5567a4510f31fa8d4 (diff) | |
| download | poky-1a5ccf1dde4a3814c702f48478587afef037340d.tar.gz | |
Fix compile failures on Intrepid
| -rw-r--r-- | meta/conf/bitbake.conf | 2 |
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 | ||
| 381 | export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE}" | 381 | export BUILD_CPPFLAGS = "-isystem${STAGING_INCDIR_NATIVE} -U_FORTIFY_SOURCE -Wno-format-security" |
| 382 | BUILDSDK_CPPFLAGS = "-isystem${STAGING_INCDIR}" | 382 | BUILDSDK_CPPFLAGS = "-isystem${STAGING_INCDIR}" |
| 383 | export CPPFLAGS = "${TARGET_CPPFLAGS}" | 383 | export CPPFLAGS = "${TARGET_CPPFLAGS}" |
| 384 | export TARGET_CPPFLAGS = "" | 384 | export TARGET_CPPFLAGS = "" |
