Changeset 4b720c1


Ignore:
Timestamp:
07/25/2007 12:19:42 AM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
6.3
Children:
ff08e99
Parents:
107cf5b
Message:

Merge r8244 from trunk

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    r107cf5b r4b720c1  
    4141      <itemizedlist>
    4242        <listitem>
     43          <para>[dnicholson] - Fix the Ncurses' library install to remove a
     44          symbolic link before writing a linker script to that location.
     45          Reported by Lieven De Keyzer.</para>
     46        </listitem>
     47        <listitem>
    4348          <para>[bdubbs] - Created LFS 6.3-rc-1.</para>
    4449        </listitem>
  • chapter06/ncurses.xml

    r107cf5b r4b720c1  
    129129    buildable:</para>
    130130
    131 <screen><userinput>echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so
     131<screen><userinput>rm -vf /usr/lib/libcursesw.so
     132echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so
    132133ln -sfv libncurses.so /usr/lib/libcurses.so
    133134ln -sfv libncursesw.a /usr/lib/libcursesw.a
Note: See TracChangeset for help on using the changeset viewer.