[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, sysvinit, updated. clfs-2.1.0-1229-g7c07ec3

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, sysvinit has been updated
       via  7c07ec31b8832f7e8a6d921943be5e2f1cfcc10d (commit)
      from  1289c8d1477524a979d388b09b355d0135c39633 (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 7c07ec31b8832f7e8a6d921943be5e2f1cfcc10d
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