From c38b204e8a823bab9cada2474896029c650ad401 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 31 Jan 2007 18:24:33 +0000 Subject: 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 --- chapter06/readline.xml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'chapter06') 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 @@ sed -i '/MV.*old/d' Makefile.in sed -i '/{OLDSUFF}/c:' support/shlib-install + 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: + + +patch -Np1 -i ../&readline-fixes-patch; + Prepare Readline for compilation: ./configure --prefix=/usr --libdir=/lib -- cgit v1.2.3-54-g00ecf