aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2006-02-19 21:00:50 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2006-02-19 21:00:50 +0000
commitae9e48ba1fda5edeffc12e3b65024f94dda8f0b9 (patch)
tree6bbf960ca17462e1ed03dbd4652199e639c9876a /chapter06
parentc93d0572c1afcb8ff08030b7dc3f9a7154c90cc3 (diff)
Add upstream fixes 001-002 for Readline
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7383 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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>