diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-29 10:38:31 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-29 10:38:31 +0000 |
commit | 217a91bd743f97a64e837519879032c97c69a43c (patch) | |
tree | 971c320b1341a0dab215ac52624f38e212b0ef73 /chapter06 | |
parent | 3179cd695ffadf34c958af6dd7c5e1773108ad8b (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')
-rw-r--r-- | chapter06/gettext.xml | 4 |
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> |