|
@@ -49,13 +49,6 @@
|
|
|
<screen><userinput remap="pre">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 remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
|
|
|
-
|
|
|
<para>Prepare Readline for compilation:</para>
|
|
|
|
|
|
<screen><userinput remap="configure">./configure --prefix=/usr --libdir=/lib</userinput></screen>
|
|
@@ -93,8 +86,8 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
|
|
|
class="directory">/usr/lib</filename>:</para>
|
|
|
|
|
|
<screen><userinput remap="install">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</userinput></screen>
|
|
|
+ln -sfv ../../lib/libreadline.so.6 /usr/lib/libreadline.so
|
|
|
+ln -sfv ../../lib/libhistory.so.6 /usr/lib/libhistory.so</userinput></screen>
|
|
|
|
|
|
<para>If desired, install the documentation:</para>
|
|
|
|