diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-08-21 20:24:15 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-08-21 20:24:15 +0000 |
commit | f66d6af894e4ba938e489f6815e46ea55e42a78e (patch) | |
tree | de79de66d743fc99596f20765f807fa86019d86a /chapter06 | |
parent | 184ff2a7689b3c23e3ee4acae48ccde933804949 (diff) |
Add a patch to fix a test failure in Texinfo.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10324 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/texinfo.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chapter06/texinfo.xml b/chapter06/texinfo.xml index 517062461..73da0037a 100644 --- a/chapter06/texinfo.xml +++ b/chapter06/texinfo.xml @@ -41,6 +41,10 @@ <sect2 role="installation"> <title>Installation of Texinfo</title> + <para>Fix an incompatibility between the test suite and Perl-&perl-version;:</para> + +<screen><userinput remap="pre">patch -Np1 -i ../&texinfo-test-patch;</userinput></screen> + <para>Prepare Texinfo for compilation:</para> <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen> |