diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-11 21:53:46 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-12-11 21:53:46 +0000 |
commit | 2c75e3ced6f73948fedc2cae3bbe8df8abe71a40 (patch) | |
tree | 05e304b0fcb5c92c6564116135fdf956ee316715 /chapter06/readline.xml | |
parent | 24755341b7c56231f48c248cee03276d5a947016 (diff) |
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
Diffstat (limited to 'chapter06/readline.xml')
-rw-r--r-- | chapter06/readline.xml | 8 |
1 files changed, 1 insertions, 7 deletions
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</seg></seglistitem> <sect2 role="installation"> <title>Installation of Readline</title> -<para>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.</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> <para>Compile the package:</para> -<screen><userinput>make SHLIB_XLDFLAGS=-lncurses</userinput></screen> +<screen><userinput>make SHLIB_LIBS=-lncurses</userinput></screen> <para>The meaning of the make option:</para> |