mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
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 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libreoffice'
|
# Template file for 'libreoffice'
|
||||||
pkgname=libreoffice
|
pkgname=libreoffice
|
||||||
version=7.1.3.2
|
version=7.1.3.2
|
||||||
revision=3
|
revision=4
|
||||||
build_style=meta
|
build_style=meta
|
||||||
make_build_target="build-nocheck"
|
make_build_target="build-nocheck"
|
||||||
nocross="Several dependencies are nocross=yes"
|
nocross="Several dependencies are nocross=yes"
|
||||||
|
@ -230,7 +230,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) # Broken unit tests
|
i686*) # Broken unit tests
|
||||||
CXXFLAGS+=" -DDISABLE_CVE_TESTS=1"
|
CXXFLAGS+=" -DDISABLE_CVE_TESTS=1"
|
||||||
;;
|
;;
|
||||||
x86_64) build_options_default="java"
|
x86_64*) build_options_default="java"
|
||||||
makedepends+=" apache-ant openjdk11 "
|
makedepends+=" apache-ant openjdk11 "
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Reference in a new issue