Ignore:
Timestamp:
06/14/2014 07:51:45 PM (10 years ago)
Author:
DJ Lucas <dj@…>
Branches:
7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
c09761a
Parents:
6f34f43
Message:

Synchronized with LFS-SVN-20140611.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10576 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readline.xml

    r6f34f43 r61ce0b1  
    4242    <title>Installation of Readline</title>
    4343
     44    <para>First install some patches to fix various bugs that have been
     45    addressed upstream:</para>
     46
     47<screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
     48
    4449    <para>Reinstalling Readline will cause the old libraries to be moved to
    4550    &lt;libraryname&gt;.old. While this is normally not a problem, in some cases
     
    7681    <para>Install the package:</para>
    7782
    78 <screen><userinput remap="install">make install</userinput></screen>
     83<screen><userinput remap="install">make SHLIB_LIBS=-lncurses install</userinput></screen>
    7984
    8085    <para>Now move the dynamic libraries to a more appropriate location
Note: See TracChangeset for help on using the changeset viewer.