Browse Source

Add upstream fixes 001-002 for Readline

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7383 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Matthew Burgess 19 years ago
parent
commit
ae9e48ba1f
5 changed files with 20 additions and 0 deletions
  1. 3 0
      chapter01/changelog.xml
  2. 3 0
      chapter01/whatsnew.xml
  3. 7 0
      chapter03/patches.xml
  4. 5 0
      chapter06/readline.xml
  5. 2 0
      patches.ent

+ 3 - 0
chapter01/changelog.xml

@@ -39,6 +39,9 @@
     <listitem>
       <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>

+ 3 - 0
chapter01/whatsnew.xml

@@ -237,6 +237,9 @@
     <listitem>
       <para>&perl-libc-patch;</para>
     </listitem>
+    <listitem>
+      <para>&readline-fixes-patch;</para>
+    </listitem>
     <listitem>
       <para>&tar-gcc4_fix-patch;</para>
     </listitem>

+ 7 - 0
chapter03/patches.xml

@@ -181,6 +181,13 @@
       </listitem>
     </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>

+ 5 - 0
chapter06/readline.xml

@@ -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>

+ 2 - 0
patches.ent

@@ -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">