mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-05 07:57:23 +08:00
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:
parent
622d6320a6
commit
6bc7cd4989
@ -130,9 +130,7 @@
|
||||
commands:
|
||||
</para>
|
||||
|
||||
<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &&
|
||||
|
||||
./configure --prefix=/usr --disable-static --without-python &&
|
||||
<screen><userinput>./configure --prefix=/usr --disable-static --without-python &&
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user