r6440 - in branches/cross-lfs/BOOK: final-system/common final-system/multilib introduction/common
jhuntwork at linuxfromscratch.org
jhuntwork at linuxfromscratch.org
Thu Jul 7 16:26:38 MDT 2005
Author: jhuntwork
Date: 2005-07-07 16:26:35 -0600 (Thu, 07 Jul 2005)
New Revision: 6440
Modified:
branches/cross-lfs/BOOK/final-system/common/ncurses.xml
branches/cross-lfs/BOOK/final-system/multilib/ncurses-64bit.xml
branches/cross-lfs/BOOK/final-system/multilib/ncurses-n32.xml
branches/cross-lfs/BOOK/final-system/multilib/ncurses.xml
branches/cross-lfs/BOOK/introduction/common/changelog.xml
Log:
Removed patch from ncurses in final-system. Only necessary when cross-compiling.
Modified: branches/cross-lfs/BOOK/final-system/common/ncurses.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/common/ncurses.xml 2005-07-07 20:59:57 UTC (rev 6439)
+++ branches/cross-lfs/BOOK/final-system/common/ncurses.xml 2005-07-07 22:26:35 UTC (rev 6440)
@@ -46,14 +46,6 @@
<sect2 id="install-ncurses" role="installation">
<title>Installation of Ncurses</title>
- <para>When cross-compiling, Ncurses doesn't always properly create
- the file <filename>ncurses/comp_captab.c</filename> which results
- in build failures. Fix this issue by updating Ncurses with a rollup
- patch released on 2005/03/19:</para>
-
-<screen><userinput>bzcat ../&ncurses-update-patch; > update.sh
-sh update.sh</userinput></screen>
-
<para>Prepare Ncurses for compilation:</para>
<screen><userinput>./configure --prefix=/usr --libdir=/lib \
Modified: branches/cross-lfs/BOOK/final-system/multilib/ncurses-64bit.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/multilib/ncurses-64bit.xml 2005-07-07 20:59:57 UTC (rev 6439)
+++ branches/cross-lfs/BOOK/final-system/multilib/ncurses-64bit.xml 2005-07-07 22:26:35 UTC (rev 6440)
@@ -42,14 +42,6 @@
<sect2 role="installation">
<title>Installation of Ncurses</title>
- <para>When cross-compiling, Ncurses doesn't always properly create
- the file <filename>ncurses/comp_captab.c</filename> which results
- in build failures. Fix this issue by updating Ncurses with a rollup
- patch released on 2005/03/19:</para>
-
-<screen><userinput>bzcat ../&ncurses-update-patch; > update.sh
-sh update.sh</userinput></screen>
-
<para>Prepare Ncurses for compilation:</para>
<screen><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
Modified: branches/cross-lfs/BOOK/final-system/multilib/ncurses-n32.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/multilib/ncurses-n32.xml 2005-07-07 20:59:57 UTC (rev 6439)
+++ branches/cross-lfs/BOOK/final-system/multilib/ncurses-n32.xml 2005-07-07 22:26:35 UTC (rev 6440)
@@ -42,14 +42,6 @@
<sect2 role="installation">
<title>Installation of Ncurses</title>
- <para>When cross-compiling, Ncurses doesn't always properly create
- the file <filename>ncurses/comp_captab.c</filename> which results
- in build failures. Fix this issue by updating Ncurses with a rollup
- patch released on 2005/03/19:</para>
-
-<screen><userinput>bzcat ../&ncurses-update-patch; > update.sh
-sh update.sh</userinput></screen>
-
<para>Prepare Ncurses for compilation:</para>
<screen><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
Modified: branches/cross-lfs/BOOK/final-system/multilib/ncurses.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/multilib/ncurses.xml 2005-07-07 20:59:57 UTC (rev 6439)
+++ branches/cross-lfs/BOOK/final-system/multilib/ncurses.xml 2005-07-07 22:26:35 UTC (rev 6440)
@@ -42,15 +42,6 @@
<sect2 role="installation">
<title>Installation of Ncurses</title>
-
- <para>When cross-compiling, Ncurses doesn't always properly create
- the file <filename>ncurses/comp_captab.c</filename> which results
- in build failures. Fix this issue by updating Ncurses with a rollup
- patch released on 2005/03/19:</para>
-
-<screen><userinput>bzcat ../&ncurses-update-patch; > update.sh
-sh update.sh</userinput></screen>
-
<para>Prepare Ncurses for compilation:</para>
<screen><userinput>CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
Modified: branches/cross-lfs/BOOK/introduction/common/changelog.xml
===================================================================
--- branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-07-07 20:59:57 UTC (rev 6439)
+++ branches/cross-lfs/BOOK/introduction/common/changelog.xml 2005-07-07 22:26:35 UTC (rev 6440)
@@ -194,6 +194,16 @@
-->
<listitem>
+ <para>July 7, 2005</para>
+ <itemizedlist>
+ <listitem>
+ <para>[jhuntwork] - Removed patch for ncurses in final-system build, only necessary
+ when cross-compiling.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>July 6, 2005</para>
<itemizedlist>
<listitem>
More information about the lfs-book
mailing list