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:
parent
f22bd8baaa
commit
bae6e08254
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue