diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-03-14 22:07:59 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2011-03-14 22:07:59 +0000 |
commit | 67e8a9b0747dcce22c58282c01a938cf6d6cbddf (patch) | |
tree | 4cfeaf91be8d102c410a86b297a8f5bc1a41f0f7 /chapter06 | |
parent | c7997ec2144df8c58dfa224faa7a54a572dc4793 (diff) |
Add latest upstream patches for Readline-6.2.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/readline.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index b956d3671..f56bb7a60 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -49,6 +49,10 @@ <screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> + <para>Apply a patch to fix a known bug that has been fixed upstream:</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> |