mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
Add gettext upstream patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
7a28184977
commit
0b258b4ae8
@ -40,6 +40,11 @@
|
||||
<listitem>
|
||||
<para>2009-05-17</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add gettext upstream patches.
|
||||
Fixes
|
||||
<ulink url="&lfs-ticket-root;2264">#2264</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add optimization (-O3 and -pipe) to
|
||||
glibc in Chapter 6.
|
||||
@ -54,7 +59,7 @@
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Remove reference to watch program not
|
||||
supporting UTF-8 locales in the Bash Sheel Startup
|
||||
supporting UTF-8 locales in the Bash Shell Startup
|
||||
Files section.
|
||||
Fixes
|
||||
<ulink url="&lfs-ticket-root;2310">#2310</ulink>.</para>
|
||||
|
@ -228,6 +228,10 @@
|
||||
<para>&gcc-startfiles-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&gettext-upstream_fixes-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&glibc-ildoubl-test-fix-patch;</para>
|
||||
</listitem>
|
||||
|
@ -106,6 +106,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Gettext Upstream Fix Patch - <token>&gettext-upstream_fixes-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&gettext-upstream_fixes-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&gettext-upstream_fixes-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Glibc Ildoubl Test Fix Patch - <token>&glibc-ildoubl-test-fix-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -43,6 +43,10 @@
|
||||
<sect2 role="installation">
|
||||
<title>Installation of Gettext</title>
|
||||
|
||||
<para>Apply a patch that fixes file permissions and ownership:</para>
|
||||
|
||||
<screen><userinput remap="pre">patch -Np1 -i ../&gettext-upstream_fixes-patch;</userinput></screen>
|
||||
|
||||
<para>Prepare Gettext for compilation:</para>
|
||||
|
||||
<screen><userinput remap="configure">./configure --prefix=/usr \
|
||||
|
@ -55,6 +55,10 @@
|
||||
<!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 glibc-ildoubl-test-fix-patch "glibc-&glibc-version;-ildoubl_test-1.patch">
|
||||
<!ENTITY glibc-ildoubl-test-fix-patch-md5 "4dc864a487eee8426413542591d19edb">
|
||||
<!ENTITY glibc-ildoubl-test-fix-patch-size "1.0 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user