diff options
Diffstat (limited to 'handbook/faq.xml')
-rw-r--r-- | handbook/faq.xml | 18 |
1 files changed, 16 insertions, 2 deletions
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 @@ | |||
242 | </para> | 242 | </para> |
243 | </answer> | 243 | </answer> |
244 | </qandaentry> | 244 | </qandaentry> |
245 | 245 | <qandaentry> | |
246 | 246 | <question> | |
247 | <para> | ||
248 | I'm using Ubuntu Intrepid and am seeing build failures. Whats wrong? | ||
249 | </para> | ||
250 | </question> | ||
251 | <answer> | ||
252 | <para> | ||
253 | In Intrepid, Ubuntu turned on by default normally optional compile-time security features | ||
254 | and warnings. There are more details at <ulink | ||
255 | url='https://wiki.ubuntu.com/CompilerFlags'>https://wiki.ubuntu.com/CompilerFlags</ulink>. | ||
256 | You can work around this problem by disbaling those options by adding "https://wiki.ubuntu.com/CompilerFlags" | ||
257 | to the BUILD_CPPFLAGS variable in conf/bitbake.conf. | ||
258 | </para> | ||
259 | </answer> | ||
260 | </qandaentry> | ||
247 | </qandaset> | 261 | </qandaset> |
248 | </appendix> | 262 | </appendix> |
249 | <!-- | 263 | <!-- |