jose: disable man page generation via asciidoc
authorDaniel Golle <redacted>
Fri, 8 May 2026 17:52:10 +0000 (18:52 +0100)
committerDaniel Golle <redacted>
Mon, 1 Jun 2026 23:37:04 +0000 (00:37 +0100)
commite75e627a5fd58433d049ccdd125f67d43e53049f
tree4b5543831be5cd8fda9d0f7a653b7c80fdaae61a
parent727190b849669139d55fc583346b2245d25d115d
jose: disable man page generation via asciidoc

The asciidoc/a2x toolchain bundled with newer Python (3.14) is
incompatible with jose's docbook XSL configuration, causing the
build to fail with xsltproc returning non-zero status while
processing 'jose.1.xml'.

Since the man pages are not strictly required for OpenWrt (and
typically stripped from the final image anyway), unconditionally
disable a2x detection in meson.build via a disabler() so that the
'mans' list stays empty regardless of host tooling.

Link: https://github.com/latchset/jose
Signed-off-by: Daniel Golle <redacted>
libs/jose/patches/010-disable-asciidoc-man.patch [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT