aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/texinfo.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2013-08-21 20:24:15 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2013-08-21 20:24:15 +0000
commitf66d6af894e4ba938e489f6815e46ea55e42a78e (patch)
treede79de66d743fc99596f20765f807fa86019d86a /chapter06/texinfo.xml
parent184ff2a7689b3c23e3ee4acae48ccde933804949 (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/texinfo.xml')
-rw-r--r--chapter06/texinfo.xml4
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>