diff options
author | Archaic <archaic@linuxfromscratch.org> | 2006-04-15 16:14:40 +0000 |
---|---|---|
committer | Archaic <archaic@linuxfromscratch.org> | 2006-04-15 16:14:40 +0000 |
commit | 81aee91331f2d6c92094d1f312a96cf851da0127 (patch) | |
tree | e84b100f27bfbb7542bb5361706ce31f8de940d5 /chapter06 | |
parent | 34777763783f6ffab29aaebabc58683c88d56fd1 (diff) |
Added patch to glibc to fix build errors in packages that include linux/types.h after sys/kd.h. Thanks to DJ for supplying the patch.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7521 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index f09ce9daa..048acd484 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -72,6 +72,11 @@ <screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2</userinput></screen> + <para>Apply the following patch to fix build errors in packages that include + linux/types.h after sys/kd.h:</para> + +<screen><userinput>patch -Np1 -i ../&glibc-linux_types-patch;</userinput></screen> + <para>In the vi_VN.TCVN locale, <command>bash</command> enters an infinite loop at startup. It is unknown whether this is a <command>bash</command> bug or a Glibc problem. Disable installation of this locale in order to avoid the |