aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-17 18:52:35 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2009-05-17 18:52:35 +0000
commit0b258b4ae8bbd1dce53fb598ae8b2ce5a421d598 (patch)
tree2df9ac3f3c86a30ee0ae45881b8f0e70e6b64425
parent7a281849778fe8596dce1dbdc4d035d5faf118f3 (diff)
Add gettext upstream patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml7
-rw-r--r--chapter01/whatsnew.xml4
-rw-r--r--chapter03/patches.xml8
-rw-r--r--chapter06/gettext.xml4
-rw-r--r--patches.ent4
5 files changed, 26 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5c033c59f..a90cedf77 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -41,6 +41,11 @@
<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.
Fixes
@@ -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>
diff --git a/chapter01/whatsnew.xml b/chapter01/whatsnew.xml
index 28ed7725a..5d588a1fb 100644
--- a/chapter01/whatsnew.xml
+++ b/chapter01/whatsnew.xml
@@ -229,6 +229,10 @@
</listitem>
<listitem>
+ <para>&gettext-upstream_fixes-patch;</para>
+ </listitem>
+
+ <listitem>
<para>&glibc-ildoubl-test-fix-patch;</para>
</listitem>
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index 06a493131..78e9bc5b1 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -107,6 +107,14 @@
</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>
<para>Download: <ulink url="&patches-root;&glibc-ildoubl-test-fix-patch;"/></para>
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml
index f56f97861..5b2689f3a 100644
--- a/chapter06/gettext.xml
+++ b/chapter06/gettext.xml
@@ -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 \
diff --git a/patches.ent b/patches.ent
index 8906735c0..207f55095 100644
--- a/patches.ent
+++ b/patches.ent
@@ -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">