Changeset ba3bd456


Ignore:
Timestamp:
09/25/2017 01:56:34 AM (7 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4460877
Parents:
c068b99
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    rc068b99 rba3bd456  
    114114    </para>
    115115
    116 <screen><userinput>
     116<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml}                   &amp;&amp;
    117117sed -i '/WITH_MODULES=.*--variable/ a \\t\tXML_CONFIG="$PKG_CONFIG libxml-2.0"' \
    118118 configure.in                                                                   &amp;&amp;
     
    135135  <sect2 role="commands">
    136136    <title>Command Explanations</title>
     137
     138    <para>
     139      <command>sed -i s/3000/5000/ ...</command>: this increases the recursion
     140      limit in libxslt. This is needed by some packages for their documentation.
     141    </para>
    137142
    138143    <para>
Note: See TracChangeset for help on using the changeset viewer.