Changeset 6bc7cd4


Ignore:
Timestamp:
09/01/2022 03:42:09 AM (20 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
7076607
Parents:
622d632
Message:

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

This reverts commit ba3bd456560a06853a3e6b8bdd6aa0f86faf30a0.

The deep recursion was caused by a docbook-xsl issue, which should be
corrected by our docbook-xsl patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    r622d632 r6bc7cd4  
    131131    </para>
    132132
    133 <screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
    134 
    135 ./configure --prefix=/usr --disable-static --without-python  &amp;&amp;
     133<screen><userinput>./configure --prefix=/usr --disable-static --without-python  &amp;&amp;
    136134make</userinput></screen>
    137135
     
    150148  <sect2 role="commands">
    151149    <title>Command Explanations</title>
    152 
    153     <para>
    154       <command>sed -i s/3000/5000/ ...</command>: this increases the recursion
    155       limit in libxslt. This is needed by some packages for their documentation.
    156     </para>
    157150
    158151    <para>
Note: See TracChangeset for help on using the changeset viewer.