Changeset 1dd3b17


Ignore:
Timestamp:
08/15/2021 07:07:55 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.0, 11.1, 11.2, 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, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
9a77bcbc
Parents:
b2f38b60 (diff), 4dbc40bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/libxslt.xml

    rb2f38b60 r1dd3b17  
    138138
    139139<screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} &amp;&amp;
    140 sed -i '/max\(Parser\)\?Depth/d' ./tests/fuzz/fuzz.c &amp;&amp;
     140sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c &amp;&amp;
    141141./configure --prefix=/usr --disable-static --without-python  &amp;&amp;
    142142make</userinput></screen>
     
    169169      <command>sed -i s/3000/5000/ ...</command>: this increases the recursion
    170170      limit in libxslt. This is needed by some packages for their documentation.
     171    </para>
     172
     173    <para>
     174      <command>sed -i -r '/max(Parser)?Depth/d' ...</command>: this works
     175      around an issue running test suite of libxslt with libxml-2.9.12.
    171176    </para>
    172177
Note: See TracChangeset for help on using the changeset viewer.