aboutsummaryrefslogtreecommitdiffstats
path: root/handbook
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-02 21:39:48 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-02 21:39:48 +0000
commit8a7ecd59c7f7507767e238b268ead536b961632a (patch)
treeb5f77946f48f97052ec87c7e008a0905b80cc3e7 /handbook
parentf6c65b8a8d75aa4e1d262ae435ac5ea2eeb6de16 (diff)
downloadopenembedded-core-contrib-8a7ecd59c7f7507767e238b268ead536b961632a.tar.gz
handbook/faq.html: Fix cut and paste error
Diffstat (limited to 'handbook')
-rw-r--r--handbook/faq.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/handbook/faq.xml b/handbook/faq.xml
index b73c999c81..7f5c4a962d 100644
--- a/handbook/faq.xml
+++ b/handbook/faq.xml
@@ -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>