mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-08 02:09:48 +03:00
While bumping version I've fixed build failure due to missing host asciidoctor by passing --disable-asciidoc to CRYPTSETUP_CONF_OPTS but that is missing in HOST_CRYPTSETUP_CONF_OPTS and this leads the same build failure of target building. So let's fix it by adding --disable-asciidoc to host HOST_CRYPTSETUP_CONF_OPTS too. Fixes: http://autobuild.buildroot.net/results/0c1a6a8e59653afaa09303550f74475b4a3898bf/ Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>