Author :
kn
Date :
2022-02-18 16:37:21
Hash :b1974cbb Message :Build unoptimised openjade on sparc64 to fix docbook-utils build
-O[12] builds make jade(1) segfault in libostyle.so on sparc64,
-O0 runs fine; this is triggered through the docbook-utils build:
> SGML_SEARCH_PATH=../..:../../doc:.. \
> jade -t sgml -i html -d ../../docbook-utils.dsl\#html \
> -V '%use-id-as-filename%' ../../doc/docbook-utils.sgml
> Segmentation fault (core dumped)
Regen PLIST while here.
OK kmos