From 67e8a9b0747dcce22c58282c01a938cf6d6cbddf Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 14 Mar 2011 22:07:59 +0000 Subject: Add latest upstream patches for Readline-6.2. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9487 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readline.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'chapter06') 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 @@ sed -i '/MV.*old/d' Makefile.in sed -i '/{OLDSUFF}/c:' support/shlib-install + Apply a patch to fix a known bug that has been fixed upstream: + +patch -Np1 -i ../&readline-fixes-patch; + Prepare Readline for compilation: ./configure --prefix=/usr --libdir=/lib -- cgit v1.2.3-54-g00ecf