diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-09 20:34:44 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2005-09-09 20:34:44 +0000 |
commit | 2e02c35ad71fcbd0b932edf49eb9a8d5e49179b1 (patch) | |
tree | e5a6a1882b04b9bf8d427bc3dfa27398b38f3b46 /chapter06/kbd.xml | |
parent | 98fe721a0601f13d3659b84ef88fd788418491dc (diff) |
Upgrade to gcc-4.0.1 (merge of gcc4 branch)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kbd.xml')
-rw-r--r-- | chapter06/kbd.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/kbd.xml b/chapter06/kbd.xml index 70a5980fe..1e71570be 100644 --- a/chapter06/kbd.xml +++ b/chapter06/kbd.xml @@ -30,6 +30,11 @@ Diffutils, Flex, GCC, Gettext, Glibc, Grep, Gzip, M4, Make, and Sed</seg></segli <sect2 role="installation"> <title>Installation of Kbd</title> +<para>Patch Kbd to fix a bug in <command>setfont</command> that is triggered +when compiling with GCC-&gcc-version;:</para> + +<screen><userinput>patch -Np1 -i ../&kbd-gcc4_fixes-patch;</userinput></screen> + <para>Prepare Kbd for compilation:</para> <screen><userinput>./configure</userinput></screen> |