Changeset 1dd3b17
- Timestamp:
- 08/15/2021 07:07:55 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:
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/libxslt.xml
rb2f38b60 r1dd3b17 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.