aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gettext.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-05-29 10:38:31 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-05-29 10:38:31 +0000
commit217a91bd743f97a64e837519879032c97c69a43c (patch)
tree971c320b1341a0dab215ac52624f38e212b0ef73 /chapter06/gettext.xml
parent3179cd695ffadf34c958af6dd7c5e1773108ad8b (diff)
Upgrade to Gettext-0.18. Fixes #2660.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9291 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gettext.xml')
-rw-r--r--chapter06/gettext.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml
index e4dd351c6..b690debfe 100644
--- a/chapter06/gettext.xml
+++ b/chapter06/gettext.xml
@@ -43,9 +43,9 @@
<sect2 role="installation">
<title>Installation of Gettext</title>
- <para>Apply a patch that fixes file permissions and ownership and an internal bug:</para>
+ <para>Apply a patch that skips a test that otherwise fails due to the absence of an XML parsing library:</para>
-<screen><userinput remap="pre">patch -Np1 -i ../&gettext-upstream_fixes-patch;</userinput></screen>
+<screen><userinput remap="pre">patch -Np1 -i ../&gettext-skip_test-patch;</userinput></screen>
<para>Prepare Gettext for compilation:</para>