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

This reverts commit ba3bd45656.

The deep recursion was caused by a docbook-xsl issue, which should be
corrected by our docbook-xsl patch.
This commit is contained in:
Xi Ruoyao 2022-09-01 11:42:09 +08:00
parent 622d6320a6
commit 6bc7cd4989
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -130,9 +130,7 @@
commands:
</para>
<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
./configure --prefix=/usr --disable-static --without-python &amp;&amp;
<screen><userinput>./configure --prefix=/usr --disable-static --without-python &amp;&amp;
make</userinput></screen>
<para>
@ -150,11 +148,6 @@ 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>
<parameter>--without-python</parameter>: This parameter disables the libxslt
python module since it does not support Python3. If you wish to enable