diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:06:44 +0000 |
commit | ed5640d8b587fbcfed7dd7967f3de04b37a76f26 (patch) | |
tree | 7a5f7c6c9d02226d7471cb3cc8fbbf631b415303 /distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf | |
parent | Initial commit. (diff) | |
download | libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.tar.xz libreoffice-ed5640d8b587fbcfed7dd7967f3de04b37a76f26.zip |
Adding upstream version 4:7.4.7.upstream/4%7.4.7upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf')
-rw-r--r-- | distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf new file mode 100644 index 000000000..03f39c46c --- /dev/null +++ b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf @@ -0,0 +1,37 @@ +# disable werror for now due to Werror=format-truncation +--disable-werror +--with-system-dicts +--with-myspell-dicts +--with-system-zlib +--without-system-poppler +--without-system-openssl +--without-system-libpng +--without-system-libxml +--without-system-jpeg +--without-system-jars +--without-system-postgresql +--without-junit +--with-linker-hash-style=both +--with-fonts +--with-external-thes-dir=/usr/share/mythes +--with-external-hyph-dir=/usr/share/hyphen +--with-external-dict-dir=/usr/share/hunspell +--enable-dbus +--enable-extension-integration +# --enable-kf5 +--enable-gstreamer-1-0 +--enable-evolution2 +--enable-gio +--enable-scripting-beanshell +--enable-scripting-javascript +--enable-ext-wiki-publisher +--enable-ext-nlpsolver +--enable-epm +--enable-python=internal +--enable-online-update=mar +--disable-dconf +--with-lang=de es fr ar zh-CN +--with-package-format=archive +--with-update-config=~/updater.ini +--with-jdk-home=/etc/alternatives/java_sdk_11 +--enable-odk |