diff options
Diffstat (limited to 'distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf')
-rw-r--r-- | distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf new file mode 100644 index 0000000000..e6b7448ccd --- /dev/null +++ b/distro-configs/Jenkins/LibreOfficeLinuxUpdater.conf @@ -0,0 +1,42 @@ +# 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-online-update-mar-baseurl=TODO +--with-online-update-mar-certificateder=TODO +--with-online-update-mar-certificatename=TODO +--with-online-update-mar-certificatepath=TODO +--with-online-update-mar-serverurl=TODO +--with-online-update-mar-uploadurl=TODO +--with-jdk-home=/etc/alternatives/java_sdk_17 +--enable-odk |