Add upstream Readline patches. Fixes #2426.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8953 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Matthew Burgess 2009-06-29 20:03:14 +00:00
parent e0111f51cc
commit d092e9c0f2
5 changed files with 26 additions and 0 deletions

View File

@ -39,6 +39,10 @@
<listitem> <listitem>
<para>2009-06-29</para> <para>2009-06-29</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[matthew] - Added upstream Readline patches. Fixes
<ulink url="&lfs-ticket-root;2426">#2426</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[matthew] - Upgrade to Module-Init-Tools-3.9. Fixes <para>[matthew] - Upgrade to Module-Init-Tools-3.9. Fixes
<ulink url="&lfs-ticket-root;2420">#2420</ulink>.</para> <ulink url="&lfs-ticket-root;2420">#2420</ulink>.</para>

View File

@ -247,6 +247,10 @@
<para>&patch-fixes-patch;</para> <para>&patch-fixes-patch;</para>
</listitem> </listitem>
<listitem>
<para>&readline-fixes-patch;</para>
</listitem>
<listitem> <listitem>
<para>&vim-fixes-patch;</para> <para>&vim-fixes-patch;</para>
</listitem> </listitem>

View File

@ -202,6 +202,14 @@
</listitem> </listitem>
</varlistentry> </varlistentry>
<varlistentry>
<term>Readline Upstream Fixes Patch - <token>&readline-fixes-patch-size;</token>:</term>
<listitem>
<para>Download: <ulink url="&patches-root;&readline-fixes-patch;"/></para>
<para>MD5 sum: <literal>&readline-fixes-patch-md5;</literal></para>
</listitem>
</varlistentry>
<!-- <varlistentry> <!-- <varlistentry>
<term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term> <term>Shadow Useradd Patch - <token>&shadow-useradd-patch-size;</token>:</term>
<listitem> <listitem>

View File

@ -49,6 +49,11 @@
<screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in <screen><userinput remap="pre">sed -i '/MV.*old/d' Makefile.in
sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen> sed -i '/{OLDSUFF}/c:' support/shlib-install</userinput></screen>
<para>Apply fixes for several bugs discovered since the initial release of
Readline-&readline-version;:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&readline-fixes-patch;</userinput></screen>
<para>Prepare Readline for compilation:</para> <para>Prepare Readline for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr --libdir=/lib</userinput></screen> <screen><userinput remap="configure">./configure --prefix=/usr --libdir=/lib</userinput></screen>

View File

@ -98,6 +98,11 @@
<!ENTITY procps-watch-patch-size "3.5 KB"> <!ENTITY procps-watch-patch-size "3.5 KB">
<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
<!ENTITY readline-fixes-patch-md5 "aada5f5c582a769735286e7ed1a80af7">
<!ENTITY readline-fixes-patch-size "3.6 KB">
<!-- <!ENTITY shadow-useradd-patch "shadow-&shadow-version;-useradd_fix-2.patch"> <!-- <!ENTITY shadow-useradd-patch "shadow-&shadow-version;-useradd_fix-2.patch">
<!ENTITY shadow-useradd-patch-md5 "5f35528f38d5432d5fa2dd79d04bdfdd"> <!ENTITY shadow-useradd-patch-md5 "5f35528f38d5432d5fa2dd79d04bdfdd">
<!ENTITY shadow-useradd-patch-size "6.1 KB"> --> <!ENTITY shadow-useradd-patch-size "6.1 KB"> -->