Changeset 110e1fa


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.

Location:
BOOK/final-system
Files:
4 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>
  • BOOK/final-system/multilib/readline-64bit.xml

    r06fcd8e r110e1fa  
    2929    href="readline.xml"
    3030    xpointer="xpointer(//*[@os='p2'])"/>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    33     href="readline.xml"
    34     xpointer="xpointer(//*[@os='s1'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    37     href="readline.xml"
    38     xpointer="xpointer(//*[@os='s2'])"/>
    3931
    4032    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/readline-n32.xml

    r06fcd8e r110e1fa  
    3030    href="readline.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="readline.xml"
    35     xpointer="xpointer(//*[@os='s1'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="readline.xml"
    39     xpointer="xpointer(//*[@os='s2'])"/>
    4032
    4133    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
  • BOOK/final-system/multilib/readline.xml

    r06fcd8e r110e1fa  
    3030    href="../common/readline.xml"
    3131    xpointer="xpointer(//*[@os='p2'])"/>
    32 
    33     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    34     href="../common/readline.xml"
    35     xpointer="xpointer(//*[@os='s1'])"/>
    36 
    37     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    38     href="../common/readline.xml"
    39     xpointer="xpointer(//*[@os='s2'])"/>
    4032
    4133    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.