[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. clfs-2.1.0-1237-gc655294

git git at cross-lfs.org
Sun Jun 8 15:04:08 PDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  c65529409262497c25ae26273232ffa7ac7a5a96 (commit)
      from  fc97a3bc7f23b271286a01e76e625798ad0a2d8e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c65529409262497c25ae26273232ffa7ac7a5a96
Author: William Harrington <kb0iic at cross-lfs.org>
Date:   Sun Jun 8 17:03:54 2014 -0500

    Fix an issue with current readline as stated at http://lists.gnu.org/archive/html/bug-readline/2014-03/msg00005.html when some instances, especially when using parallel make jobs, will cause readline library to not include the ncurses library as a shared library.

diff --git a/BOOK/final-system/common/readline.xml b/BOOK/final-system/common/readline.xml
index b674f50..46d1ff1 100644
--- a/BOOK/final-system/common/readline.xml
+++ b/BOOK/final-system/common/readline.xml
@@ -43,7 +43,7 @@
 
     <para os="f">Install the package:</para>
 
-<screen os="g"><userinput>make htmldir=/usr/share/doc/readline-&readline-version; install</userinput></screen>
+<screen os="g"><userinput>make SHLIB_LIBS=-lncurses htmldir=/usr/share/doc/readline-&readline-version; install</userinput></screen>
 
     <para os="h">Now move the static libraries to a more appropriate location:</para>
 

-----------------------------------------------------------------------

Summary of changes:
 BOOK/final-system/common/readline.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list