diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-04 16:51:16 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2006-10-04 16:51:16 +0000 |
commit | 688ddbbeaeea6410fbc4c42bae46fd7bd7d30e1a (patch) | |
tree | e834ba1e7ff3a3279ca7277a5d51f77152f3241b /chapter06 | |
parent | f6d7f48f61019cbeb5728bbe497364d68e8c0813 (diff) |
Correct the order of the Changelog entries. Sometimes quilt/patch are just too efficient.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7810 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/glibc.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index da5be5032..cceafb0e2 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -64,6 +64,12 @@ <screen><userinput>tar -xf ../glibc-libidn-&glibc-version;.tar.bz2 mv glibc-libidn-&glibc-version; libidn</userinput></screen> + <para>Apply the following patch to fix an assertion failure when + opening two conversion descriptors with the same tocode and fromcode + parameters (see the iconv_open man page):</para> + +<screen><userinput>patch -Np1 -i ../&glibc-iconv_fix-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 |