mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Add upstream fixes 001-002 for Readline
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7383 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
c93d0572c1
commit
ae9e48ba1f
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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>
|
||||
|
@ -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">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user