main/openjdk12-bootstrap: disable on zero platforms

This commit is contained in:
q66 2022-02-12 03:27:57 +01:00
parent 556108e8e2
commit 4d7940343a

View file

@ -57,6 +57,7 @@ case "$XBPS_TARGET_MACHINE" in
esac
if [ -n "$_use_zero" ]; then
broken="i ain't building this, remove if you like"
makedepends+=" libffi-devel"
configure_args+=" --with-jvm-variants=zero"
case "$XBPS_TARGET_MACHINE" in