Changeset c655294


Ignore:
Timestamp:
Jun 8, 2014, 3:03:54 PM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
1390e30
Parents:
fc97a3b
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

    rfc97a3b rc655294  
    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.