From 8b88eca0eee11d3d8a386f2e60dd5b42c54c9424 Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Wed, 11 Mar 2009 21:37:07 +0000 Subject: Upgrade to Readline-6.0. Fixes #2353. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8829 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readline.xml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'chapter06/readline.xml') diff --git a/chapter06/readline.xml b/chapter06/readline.xml index 3f3279257..8f852df30 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -49,13 +49,6 @@ 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 @@ -93,8 +86,8 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install class="directory">/usr/lib: rm -v /lib/lib{readline,history}.so -ln -sfv ../../lib/libreadline.so.5 /usr/lib/libreadline.so -ln -sfv ../../lib/libhistory.so.5 /usr/lib/libhistory.so +ln -sfv ../../lib/libreadline.so.6 /usr/lib/libreadline.so +ln -sfv ../../lib/libhistory.so.6 /usr/lib/libhistory.so If desired, install the documentation: -- cgit v1.2.3-54-g00ecf