Skip to content

Commit

Permalink
Libreoffice:Update to version 7.5.1.1
Browse files Browse the repository at this point in the history
switch to openjdk and newer ant
  • Loading branch information
david committed Feb 16, 2023
1 parent c27cc6c commit 6ff84c6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions libreoffice.be0
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 6ff84c6

Please sign in to comment.