Changeset 4dbc40bb
- Timestamp:
- 08/15/2021 05:02:59 PM (22 months ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 1dd3b17
- Parents:
- 3a7780b
- git-author:
- Xi Ruoyao <xry111@…> (08/15/2021 05:02:16 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (08/15/2021 05:02:59 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libxslt.xml
r3a7780b r4dbc40bb 138 138 139 139 <screen><userinput>sed -i s/3000/5000/ libxslt/transform.c doc/xsltproc.{1,xml} && 140 sed -i '/max\(Parser\)\?Depth/d' ./tests/fuzz/fuzz.c &&140 sed -i -r '/max(Parser)?Depth/d' ./tests/fuzz/fuzz.c && 141 141 ./configure --prefix=/usr --disable-static --without-python && 142 142 make</userinput></screen> … … 169 169 <command>sed -i s/3000/5000/ ...</command>: this increases the recursion 170 170 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. 171 176 </para> 172 177
Note:
See TracChangeset
for help on using the changeset viewer.