diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-08 18:24:03 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2014-06-08 18:24:03 +0000 |
commit | 2e8cbe04cdac7b733326b23f72dbfc5b7b2d055c (patch) | |
tree | 3c67fb37e6d746a69f9d22e7ac510ce093b7dd06 /chapter06 | |
parent | 46eb96ff8eecd4aff7ed1e63ff1b9f1905040f58 (diff) |
Add SHLIB_LIBS=-lncurses to readline install procedure.
Fix an md5sum for eudev manpages.
Fix typos in host requirements script.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10573 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/readline.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/readline.xml b/chapter06/readline.xml index dcf5ee065..b17380a98 100644 --- a/chapter06/readline.xml +++ b/chapter06/readline.xml @@ -80,7 +80,7 @@ sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> <para>Install the package:</para> -<screen><userinput remap="install">make install</userinput></screen> +<screen><userinput remap="install">make SHLIB_LIBS=-lncurses install</userinput></screen> <para>Now move the dynamic libraries to a more appropriate location and fix up some symbolic links:</para> |