diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-05-10 11:26:57 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-05-10 11:27:55 +0200 |
commit | 9980e69e172ebaea9f6cde78187b3e7693647621 (patch) | |
tree | c14d80ac4eec5279ed4daa371f0e625594d633c8 /distro-configs | |
parent | 4453b52924db6ed8843f7dce1b0664cdce387742 (diff) |
Don't bundle stdelibs on Linux by default
Change-Id: Ib498067bad7b370dc5ab58e728de9f64f375a1a8
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeLinux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro-configs/LibreOfficeLinux.conf b/distro-configs/LibreOfficeLinux.conf index 4b77cbae6f96..cc6819466b0d 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 @@ -21,6 +20,7 @@ --with-external-thes-dir=/usr/share/mythes --with-external-hyph-dir=/usr/share/hyphen --with-external-dict-dir=/usr/share/hunspell +--with-system-stdlibs --enable-extension-integration --enable-opengl --enable-odk |