[Libreoffice-commits] .: distro-configs/LibreOfficeLinux.conf distro-configs/OxygenOfficeLinux.conf
Petr Mladek
pmladek at kemper.freedesktop.org
Fri Feb 10 06:06:27 PST 2012
distro-configs/LibreOfficeLinux.conf | 1 -
distro-configs/OxygenOfficeLinux.conf | 2 --
2 files changed, 3 deletions(-)
New commits:
commit 0787025c13dadd6e8e131cb491698e6981313c4a
Author: Petr Mladek <pmladek at suse.cz>
Date: Fri Feb 10 14:58:29 2012 +0100
use system stdlibs on Linux (fdo#45074, fdo#45696)
We use pretty old compiler for the official build, so it should be compatible
with most systems. The old system libraries breaked 3rd-party extensions.
There were also problems with exceptions hadnling.
diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf
index 4b77cba..8f0b415 100644
--- a/distro-configs/LibreOfficeLinux.conf
+++ b/distro-configs/LibreOfficeLinux.conf
@@ -2,7 +2,6 @@
--with-system-dicts
--without-unix-wrapper
--without-system-zlib
---without-system-stdlibs
--without-system-poppler
--without-system-openssl
--without-system-mozilla
diff --git a/distro-configs/OxygenOfficeLinux.conf b/distro-configs/OxygenOfficeLinux.conf
index aacd3ba..b937f05 100644
--- a/distro-configs/OxygenOfficeLinux.conf
+++ b/distro-configs/OxygenOfficeLinux.conf
@@ -47,11 +47,9 @@
--with-sun-templates
--without-system-poppler
--enable-neon
---without-system-stdlibs
--with-jdk-home=/usr/local/jdk1.6.0_23/
--without-system-dicts
--without-system-zlib
---without-system-stdlibs
--without-system-poppler
--without-system-openssl
--without-system-mozilla
More information about the Libreoffice-commits
mailing list