Accepting request 989986 from home:dspinella:branches:LibreOffice:Factory

- Use system jars by specifying the path for each jar. Fixes bsc#1195634

OBS-URL: https://build.opensuse.org/request/show/989986
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=1028
This commit is contained in:
Danilo Spinella 2022-07-19 10:34:25 +00:00 committed by Git OBS Bridge
parent 7b5d9ed4df
commit 6e56197fec
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 18 14:23:35 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>
- Use system jars by specifying the path for each jar. Fixes bsc#1195634
-------------------------------------------------------------------
Wed Jun 15 13:35:15 UTC 2022 - Danilo Spinella <danilo.spinella@suse.com>

View File

@ -1198,7 +1198,17 @@ export NOCONFIGURE=yes
--enable-symbols \
--with-gdrive-client-secret="${google_default_client_secret}" \
--with-gdrive-client-id="${google_default_client_id}" \
--enable-skia
--enable-skia \
--with-libbase-jar=/usr/share/java/libbase.jar \
--with-libxml-jar=/usr/share/java/libxml.jar \
--with-flute-jar=/usr/share/java/flute.jar \
--with-jfreereport-jar=/usr/share/java/flow-engine.jar \
--with-liblayout-jar=/usr/share/java/liblayout.jar \
--with-libloader-jar=/usr/share/java/libloader.jar \
--with-libformula-jar=/usr/share/java/libformula.jar \
--with-librepository-jar=/usr/share/java/librepository.jar \
--with-libfonts-jar=/usr/share/java/libfonts.jar \
--with-libserializer-jar=/usr/share/java/libserializer.jar
# no coinormp packages for coinmp
# just call make here as we added the jobs in configure