Author: dnicholson
Date: 2007-07-24 18:19:42 -0600 (Tue, 24 Jul 2007)
New Revision: 8246

Modified:
   branches/6.3/BOOK/chapter01/changelog.xml
   branches/6.3/BOOK/chapter06/ncurses.xml
Log:
Merge r8244 from trunk


Modified: branches/6.3/BOOK/chapter01/changelog.xml
===================================================================
--- branches/6.3/BOOK/chapter01/changelog.xml   2007-07-25 00:18:29 UTC (rev 
8245)
+++ branches/6.3/BOOK/chapter01/changelog.xml   2007-07-25 00:19:42 UTC (rev 
8246)
@@ -40,6 +40,11 @@
       <para>2007-07-24</para>
       <itemizedlist>
         <listitem>
+          <para>[dnicholson] - Fix the Ncurses' library install to remove a
+          symbolic link before writing a linker script to that location.
+          Reported by Lieven De Keyzer.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Created LFS 6.3-rc-1.</para>
         </listitem>
         <listitem>

Modified: branches/6.3/BOOK/chapter06/ncurses.xml
===================================================================
--- branches/6.3/BOOK/chapter06/ncurses.xml     2007-07-25 00:18:29 UTC (rev 
8245)
+++ branches/6.3/BOOK/chapter06/ncurses.xml     2007-07-25 00:19:42 UTC (rev 
8246)
@@ -128,7 +128,8 @@
     <filename class="libraryfile">-lcurses</filename> at build time are still
     buildable:</para>
 
-<screen><userinput>echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so
+<screen><userinput>rm -vf /usr/lib/libcursesw.so
+echo "INPUT(-lncursesw)" &gt;/usr/lib/libcursesw.so
 ln -sfv libncurses.so /usr/lib/libcurses.so
 ln -sfv libncursesw.a /usr/lib/libcursesw.a
 ln -sfv libncurses.a /usr/lib/libcurses.a</userinput></screen>

-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to