Update gettext patch to -2 for an additional bug fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8931 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2009-05-27 05:44:37 +00:00
parent 7ec7f68894
commit 13fe71ee07
3 changed files with 15 additions and 4 deletions

View File

@ -37,6 +37,17 @@
-->
<listitem>
<para>2009-05-27</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update gettext patch to -2 for an additional
bug fix. Thanks to Robert Connolly for the patch.
Fixes <ulink url="&lfs-ticket-root;2417">#2417</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>2009-05-26</para>
<itemizedlist>

View File

@ -43,7 +43,7 @@
<sect2 role="installation">
<title>Installation of Gettext</title>
<para>Apply a patch that fixes file permissions and ownership:</para>
<para>Apply a patch that fixes file permissions and ownership and an internal bug:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&gettext-upstream_fixes-patch;</userinput></screen>

View File

@ -50,9 +50,9 @@
<!ENTITY gcc-startfiles-patch-md5 "799ef1971350d2e3c794f2123f247cc6">
<!ENTITY gcc-startfiles-patch-size "1.5 KB">
<!ENTITY gettext-upstream_fixes-patch "gettext-&gettext-version;-upstream_fixes-1.patch">
<!ENTITY gettext-upstream_fixes-patch-md5 "1907197e133f7419d8d78e18615f9467">
<!ENTITY gettext-upstream_fixes-patch-size "1.7 KB">
<!ENTITY gettext-upstream_fixes-patch "gettext-&gettext-version;-upstream_fixes-2.patch">
<!ENTITY gettext-upstream_fixes-patch-md5 "ae64b6399ed6536e148e8386bcb91689">
<!ENTITY gettext-upstream_fixes-patch-size "2.9 KB">
<!ENTITY grep-debian-patch "grep-&grep-version;-debian_fixes-1.patch">