diff options
author | Michael Stahl <michael.stahl@allotropia.de> | 2024-02-15 13:06:32 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2024-03-07 11:55:16 +0100 |
commit | b20f17ce082f30b0a2afd0d311f63f6b2ad8a99a (patch) | |
tree | f44bb4e1a27a753cf08a82ed3fae19fdb4da577f | |
parent | 7bde6b742e81a5658ca2826e3ad65e06e49c36b4 (diff) |
tdf#159502 remove --without-system-libxml from LibreOfficeLinux.conf
configure.ac explicitly excludes libxml from --without-system-libs but
this distro-config "helpfully" adds it explicitly, when the system
already contains a usable libxml/libxslt anyway.
Change-Id: I79d65d9ed9185277ffde8624efc152b290a6ffb3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163438
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
(cherry picked from commit 6f6364e572a0570fb097fec098314bffadc5b474)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/163409
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-rw-r--r-- | distro-configs/LibreOfficeLinux.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index db759a8cb4e5..fba02d362d31 100644 --- a/distro-configs/LibreOfficeLinux.conf +++ b/distro-configs/LibreOfficeLinux.conf @@ -4,7 +4,6 @@ --without-system-poppler --without-system-openssl --without-system-libpng ---without-system-libxml --without-system-jpeg --without-system-jars --without-system-postgresql |