From 2c75e3ced6f73948fedc2cae3bbe8df8abe71a40 Mon Sep 17 00:00:00 2001 From: Jeremy Huntwork Date: Sun, 11 Dec 2005 21:53:46 +0000 Subject: Upgrade to readline-5.1. Also bash removed bash-3.0 and readline-5.0 specific patches. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7211 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/readline.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'chapter06/readline.xml') diff --git a/chapter06/readline.xml b/chapter06/readline.xml index f5a899c89..5d4e08c29 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -29,19 +29,13 @@ GCC, Glibc, Grep, Make, Ncurses, and Sed Installation of Readline -The following patch includes a fix for a problem where Readline sometimes -only shows 33 characters on a line and then wraps to the next line. It also -includes other fixes recommended by the Readline author. - -patch -Np1 -i ../&readline-fixes-patch; - Prepare Readline for compilation: ./configure --prefix=/usr --libdir=/lib Compile the package: -make SHLIB_XLDFLAGS=-lncurses +make SHLIB_LIBS=-lncurses The meaning of the make option: -- cgit v1.2.3-54-g00ecf