From 6ff84c605b596c893bbc8f18699d6c39d86b959b Mon Sep 17 00:00:00 2001 From: david Date: Thu, 16 Feb 2023 17:53:25 +0100 Subject: [PATCH] Libreoffice:Update to version 7.5.1.1 switch to openjdk and newer ant --- libreoffice.be0 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libreoffice.be0 b/libreoffice.be0 index 238b754b2..69bc6e89b 100755 --- a/libreoffice.be0 +++ b/libreoffice.be0 @@ -28,14 +28,16 @@ mee_extract_post() { mee_configure() { - . /pkg/jdk-9.0.1-0/profile + . /pkg/openjdk-17.0.2.8-0/profile + . /pkg/apache-ant-1.10.12-0/profile + ${S}/autogen.sh \ --prefix=${PREFIX} \ --with-lang=de \ + --with-vendor=MarIuX \ --with-help \ - --with-jdk-home=/pkg/jdk-9.0.1-0 \ - --with-ant-home=/package/mariux64/ant \ + --with-jdk-home=/pkg/openjdk-17.0.2.8-0 \ --without-doxygen \ --without-junit \ --disable-dconf \