aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/readline.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml
index f61f934ab..7a434e58d 100644
--- a/chapter06/readline.xml
+++ b/chapter06/readline.xml
@@ -44,6 +44,11 @@
<sect2 role="installation">
<title>Installation of Readline</title>
+ <para>Upstream developers have fixed several issues since the initial
+ release of Readline-&readline-version;. Apply those fixes:</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>