Ignore:
Timestamp:
12/16/2005 04:06:59 PM (19 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Children:
d663c90
Parents:
48553c1
Message:

Bring alphabetical branch up-to-speed with trunk

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/readline.xml

    r48553c1 r6856842  
    3030<title>Installation of Readline</title>
    3131
    32 <para>The following patch includes a fix for a problem where Readline sometimes
    33 only shows 33 characters on a line and then wraps to the next line. It also
    34 includes other fixes recommended by the Readline author.</para>
    35 
    36 <screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
    37 
    3832<para>Prepare Readline for compilation:</para>
    3933
     
    4236<para>Compile the package:</para>
    4337
    44 <screen><userinput>make SHLIB_XLDFLAGS=-lncurses</userinput></screen>
     38<screen><userinput>make SHLIB_LIBS=-lncurses</userinput></screen>
    4539
    4640<para>The meaning of the make option:</para>
     
    4842<variablelist>
    4943<varlistentry>
    50 <term><parameter>SHLIB_XLDFLAGS=-lncurses</parameter></term>
     44<term><parameter>SHLIB_LIBS=-lncurses</parameter></term>
    5145<listitem><para>This option forces Readline to link against the
    5246<filename class="libraryfile">libncurses</filename> library.</para></listitem>
    5347</varlistentry>
    5448</variablelist>
     49
     50<para>This package does not come with a test suite.</para>
    5551
    5652<para>Install the package:</para>
Note: See TracChangeset for help on using the changeset viewer.