Increase the recursion limit in libxslt, which allows man pages for samba and systemd to be generated

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19272 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Pierre Labastie 2017-09-25 01:56:34 +00:00
parent c068b99714
commit ba3bd45656

View File

@ -113,7 +113,7 @@
commands:
</para>
<screen><userinput>
<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
sed -i '/WITH_MODULES=.*--variable/ a \\t\tXML_CONFIG="$PKG_CONFIG libxml-2.0"' \
configure.in &amp;&amp;
autoreconf -fiv &amp;&amp;
@ -135,6 +135,11 @@ make</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -i s/3000/5000/ ...</command>: this increases the recursion
limit in libxslt. This is needed by some packages for their documentation.
</para>
<para>
<command>sed -i '/WITH_MODULES=.*--variable/ ...</command>:
this, and the following <command>autoreconf</command>, ensure that