diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-06-21 14:56:47 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-06-21 14:56:47 +0000 |
commit | d5099eac6a10723fc5ec0110468cd68183bed945 (patch) | |
tree | ed74b9e8a1c54ea3c1b052917c544b54caf080f1 /chapter06 | |
parent | 1cfc7dd3e8b409b3937228e859a2776a5b98ac19 (diff) |
Upgrade to Gettext-0.18.1.1. Fixes #2686.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9307 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/gettext.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter06/gettext.xml b/chapter06/gettext.xml index b690debfe..684cd3060 100644 --- a/chapter06/gettext.xml +++ b/chapter06/gettext.xml @@ -43,10 +43,6 @@ <sect2 role="installation"> <title>Installation of Gettext</title> - <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-skip_test-patch;</userinput></screen> - <para>Prepare Gettext for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr \ |