aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2007-01-31 18:24:33 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2007-01-31 18:24:33 +0000
commitc38b204e8a823bab9cada2474896029c650ad401 (patch)
tree8ac76a09df7a740f6b9cd97740c02778107ee6fc /chapter06
parentff1f2da7f75fedc6e68b00c0fdce146c74c9918d (diff)
Add upstream fixes from the Readline maintainer. Fixes #1945.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7905 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/readline.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index 4afb22da6..f7d5d96f9 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -43,6 +43,13 @@
<screen><userinput>sed -i '/MV.*old/d' Makefile.in
sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
+ <para>Readline contains a bug in its handling of non-multibyte characters,
+ which can lead to incorrect display calculations and incorrect redisplay.
+ Fix this issue by applying the following patch from the upstream maintainer:
+ </para>
+
+<screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
+
<para>Prepare Readline for compilation:</para>
<screen><userinput>./configure --prefix=/usr --libdir=/lib</userinput></screen>