Changeset 7c07ec3


Ignore:
Timestamp:
Jun 8, 2014, 3:04:01 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-sysvinit, sysvinit
Children:
47fcdfd
Parents:
1289c8d
git-author:
William Harrington <kb0iic@…> (06/08/14 15:03:54)
git-committer:
William Harrington <kb0iic@…> (06/08/14 15:04:01)
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/readline.xml

    r1289c8d r7c07ec3  
    4444    <para os="f">Install the package:</para>
    4545
    46 <screen os="g"><userinput>make htmldir=/usr/share/doc/readline-&readline-version; install</userinput></screen>
     46<screen os="g"><userinput>make SHLIB_LIBS=-lncurses htmldir=/usr/share/doc/readline-&readline-version; install</userinput></screen>
    4747
    4848    <para os="h">Now move the static libraries to a more appropriate location:</para>
Note: See TracChangeset for help on using the changeset viewer.