build-sys: bump xslt maxdepth limit (#6863)

With libxslt-1.30, builds were failing on some recursion depth limit
with systemd.index.xml. Bumping the limit fixes the issue.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-09-19 08:04:02 +02:00 committed by Yu Watanabe
parent e80f1a7928
commit f2adcd22d5
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ want_html = want_html != 'false' and xsltproc.found()
xsltproc_flags = [
'--nonet',
'--xinclude',
'--maxdepth', '9000',
'--stringparam', 'man.output.quietly', '1',
'--stringparam', 'funcsynopsis.style', 'ansi',
'--stringparam', 'man.authors.section.enabled', '0',