From: Richard Purdie Date: Tue, 2 Dec 2008 19:05:22 +0000 (+0000) Subject: handbook/faq.xml: Add entry about Ubuntu Intrepid X-Git-Tag: 2011-1~7774 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7cd5d53f081b082478a3e876f65d0e5cb7df7b34;p=openembedded-core.git handbook/faq.xml: Add entry about Ubuntu Intrepid --- diff --git a/handbook/faq.xml b/handbook/faq.xml index 4bd1b7a493..b73c999c81 100644 --- a/handbook/faq.xml +++ b/handbook/faq.xml @@ -242,8 +242,22 @@ - - + + + + I'm using Ubuntu Intrepid and am seeing build failures. Whats wrong? + + + + + In Intrepid, Ubuntu turned on by default normally optional compile-time security features + and warnings. There are more details at https://wiki.ubuntu.com/CompilerFlags. + You can work around this problem by disbaling those options by adding "https://wiki.ubuntu.com/CompilerFlags" + to the BUILD_CPPFLAGS variable in conf/bitbake.conf. + + +