handbook/faq.html: Fix cut and paste error

This commit is contained in:
Richard Purdie 2008-12-02 21:39:48 +00:00
parent f6c65b8a8d
commit 8a7ecd59c7
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@
In Intrepid, Ubuntu turned on by default normally optional compile-time security features
and warnings. There are more details at <ulink
url='https://wiki.ubuntu.com/CompilerFlags'>https://wiki.ubuntu.com/CompilerFlags</ulink>.
You can work around this problem by disbaling those options by adding "https://wiki.ubuntu.com/CompilerFlags"
You can work around this problem by disbaling those options by adding " -Wno-format-security -U_FORTIFY_SOURCE"
to the BUILD_CPPFLAGS variable in conf/bitbake.conf.
</para>
</answer>