Author: matthew
Date: 2006-02-19 14:00:50 -0700 (Sun, 19 Feb 2006)
New Revision: 7383
Modified:
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter01/whatsnew.xml
trunk/BOOK/chapter03/patches.xml
trunk/BOOK/chapter06/readline.xml
trunk/BOOK/patches.ent
Log:
Add upstream fixes 001-002 for Readline
Modified: trunk/BOOK/chapter01/changelog.xml
===================================================================
--- trunk/BOOK/chapter01/changelog.xml 2006-02-19 20:45:16 UTC (rev 7382)
+++ trunk/BOOK/chapter01/changelog.xml 2006-02-19 21:00:50 UTC (rev 7383)
@@ -40,6 +40,9 @@
<para>Febraury 19, 2006</para>
<itemizedlist>
<listitem>
+ <para>[matthew] - Add upstream fixes 001-002 for Readline.</para>
+ </listitem>
+ <listitem>
<para>[matthew] - Add upstream fixes 001-008 for Bash.</para>
</listitem>
<listitem>
Modified: trunk/BOOK/chapter01/whatsnew.xml
===================================================================
--- trunk/BOOK/chapter01/whatsnew.xml 2006-02-19 20:45:16 UTC (rev 7382)
+++ trunk/BOOK/chapter01/whatsnew.xml 2006-02-19 21:00:50 UTC (rev 7383)
@@ -238,6 +238,9 @@
<para>&perl-libc-patch;</para>
</listitem>
<listitem>
+ <para>&readline-fixes-patch;</para>
+ </listitem>
+ <listitem>
<para>&tar-gcc4_fix-patch;</para>
</listitem>
<listitem>
Modified: trunk/BOOK/chapter03/patches.xml
===================================================================
--- trunk/BOOK/chapter03/patches.xml 2006-02-19 20:45:16 UTC (rev 7382)
+++ trunk/BOOK/chapter03/patches.xml 2006-02-19 21:00:50 UTC (rev 7383)
@@ -182,6 +182,13 @@
</varlistentry>
<varlistentry>
+ <term>Readline Upstream Fixes Patch - 2 KB:</term>
+ <listitem>
+ <para><ulink url="&patches-root;&readline-fixes-patch;"/></para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term>Sysklogd 8-Bit Cleanness Patch - 1 KB:</term>
<listitem>
<para><ulink url="&patches-root;&sysklogd-8bit-patch;"/></para>
Modified: trunk/BOOK/chapter06/readline.xml
===================================================================
--- trunk/BOOK/chapter06/readline.xml 2006-02-19 20:45:16 UTC (rev 7382)
+++ trunk/BOOK/chapter06/readline.xml 2006-02-19 21:00:50 UTC (rev 7383)
@@ -44,6 +44,11 @@
<sect2 role="installation">
<title>Installation of Readline</title>
+ <para>Upstream developers have fixed several issues since the initial
+ release of Readline-&readline-version;. Apply those fixes:</para>
+
+<screen><userinput>patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
+
<para>Prepare Readline for compilation:</para>
<screen><userinput>./configure --prefix=/usr --libdir=/lib</userinput></screen>
Modified: trunk/BOOK/patches.ent
===================================================================
--- trunk/BOOK/patches.ent 2006-02-19 20:45:16 UTC (rev 7382)
+++ trunk/BOOK/patches.ent 2006-02-19 21:00:50 UTC (rev 7383)
@@ -41,6 +41,8 @@
<!ENTITY perl-libc-patch "perl-&perl-version;-libc-1.patch">
+<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-2.patch">
+
<!ENTITY sysklogd-8bit-patch "sysklogd-&sysklogd-version;-8bit-1.patch">
<!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page