libreoffice: enable java support on x86_64-musl

Without Java support, LibreBase is severely limited in its
capabilities.  This should put -Base on x86_64-musl at the
same parity as on glibc.

The reported issue was that -Base would not create a new
HSQLDB database, which relies on Java support.
This commit is contained in:
Andrew Benson 2021-10-14 17:44:52 -05:00
parent f22bd8baaa
commit bae6e08254

View file

@ -1,7 +1,7 @@
# Template file for 'libreoffice'
pkgname=libreoffice
version=7.1.3.2
revision=3
revision=4
build_style=meta
make_build_target="build-nocheck"
nocross="Several dependencies are nocross=yes"
@ -230,7 +230,7 @@ case "$XBPS_TARGET_MACHINE" in
i686*) # Broken unit tests
CXXFLAGS+=" -DDISABLE_CVE_TESTS=1"
;;
x86_64) build_options_default="java"
x86_64*) build_options_default="java"
makedepends+=" apache-ant openjdk11 "
;;
esac