Ignore:
Timestamp:
Aug 3, 2010, 6:42:31 PM (14 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bd8e44d
Parents:
06fcd8e
git-author:
Joe Ciccone <jciccone@…> (08/03/10 18:42:23)
git-committer:
Joe Ciccone <jciccone@…> (08/03/10 18:42:31)
Message:

Simplify and Fix the linking of Readline to NCurses.

File:
1 edited

Legend:

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

    r06fcd8e r110e1fa  
    3131<screen os="p2"><userinput>patch -Np1 -i ../&readline-branch_update-patch;</userinput></screen>
    3232
    33     <para os="s1">This option forces Readline to link against the
    34           <filename class="libraryfile">libncursesw</filename> library:</para>
    35 
    36 <screen os="s2"><userinput>sed -i 's:^SHLIB_LIBS=:SHLIB_LIBS=-lncursesw:' support/shobj-conf</userinput></screen>
    37 
    3833    <para os="a">Prepare Readline for compilation:</para>
    3934
     
    4237    <para os="c">Compile the package:</para>
    4338
    44 <screen os="d"><userinput>make</userinput></screen>
     39<screen os="d"><userinput>make SHLIB_LIBS=-lncurses</userinput></screen>
    4540
    4641    <para os="e">This package does not come with a test suite.</para>
Note: See TracChangeset for help on using the changeset viewer.