diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 21:39:48 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2008-12-02 21:39:48 +0000 |
commit | 8a7ecd59c7f7507767e238b268ead536b961632a (patch) | |
tree | b5f77946f48f97052ec87c7e008a0905b80cc3e7 | |
parent | f6c65b8a8d75aa4e1d262ae435ac5ea2eeb6de16 (diff) | |
download | poky-8a7ecd59c7f7507767e238b268ead536b961632a.tar.gz |
handbook/faq.html: Fix cut and paste error
-rw-r--r-- | handbook/faq.xml | 2 |
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 @@ | |||
253 | In Intrepid, Ubuntu turned on by default normally optional compile-time security features | 253 | In Intrepid, Ubuntu turned on by default normally optional compile-time security features |
254 | and warnings. There are more details at <ulink | 254 | and warnings. There are more details at <ulink |
255 | url='https://wiki.ubuntu.com/CompilerFlags'>https://wiki.ubuntu.com/CompilerFlags</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" | 256 | You can work around this problem by disbaling those options by adding " -Wno-format-security -U_FORTIFY_SOURCE" |
257 | to the BUILD_CPPFLAGS variable in conf/bitbake.conf. | 257 | to the BUILD_CPPFLAGS variable in conf/bitbake.conf. |
258 | </para> | 258 | </para> |
259 | </answer> | 259 | </answer> |