mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-06 06:14:47 +00:00
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
This commit is contained in:
parent
184ff2a768
commit
f66d6af894
@ -38,6 +38,9 @@
|
||||
<listitem>
|
||||
<para>2013-08-21</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[matthew] - Add a patch to fix a test failure in Texinfo.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[matthew] - Add a patch to fix an intermittent test failure in
|
||||
Automake.</para>
|
||||
|
@ -245,6 +245,10 @@
|
||||
<para>&perl-libc-patch;</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>&texinfo-test-patch;</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
<itemizedlist>
|
||||
|
@ -116,6 +116,14 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>Texinfo Test Patch - <token>&texinfo-test-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
<para>Download: <ulink url="&patches-root;&texinfo-test-patch;"/></para>
|
||||
<para>MD5 sum: <literal>&texinfo-test-patch-md5;</literal></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<!--<varlistentry>
|
||||
<term>Zlib fPIC Patch - <token>&zlib-fpic-patch-size;</token>:</term>
|
||||
<listitem>
|
||||
|
@ -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>
|
||||
|
@ -39,3 +39,7 @@
|
||||
<!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch">
|
||||
<!ENTITY readline-fixes-patch-md5 "3c185f7b76001d3d0af614f6f2cd5dfa">
|
||||
<!ENTITY readline-fixes-patch-size "1.3 KB">
|
||||
|
||||
<!ENTITY texinfo-test-patch "texinfo-&texinfo-version;-test-1.patch">
|
||||
<!ENTITY texinfo-test-patch-md5 "c50d9319a471b6ebd98900b852f5fb38">
|
||||
<!ENTITY texinfo-test-patch-size "5.6 KB">
|
||||
|
Loading…
Reference in New Issue
Block a user