diff options
author | Petr Mladek <pmladek@suse.cz> | 2012-02-10 14:58:29 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-02-10 15:06:02 +0100 |
commit | 0787025c13dadd6e8e131cb491698e6981313c4a (patch) | |
tree | 373b584aaeedd6856caf6921a24fc11555710f45 /distro-configs | |
parent | 8b65733bbd2ad8d789b8665588cb3d71554ef229 (diff) |
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.
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeLinux.conf | 1 | ||||
-rw-r--r-- | distro-configs/OxygenOfficeLinux.conf | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index 4b77cbae6f96..8f0b415fcfd2 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 aacd3ba4ad1b..b937f058f1bb 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 |