Kaydet (Commit) 0787025c authored tarafından Petr Mladek's avatar Petr Mladek

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.
üst 8b65733b
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
--with-system-dicts --with-system-dicts
--without-unix-wrapper --without-unix-wrapper
--without-system-zlib --without-system-zlib
--without-system-stdlibs
--without-system-poppler --without-system-poppler
--without-system-openssl --without-system-openssl
--without-system-mozilla --without-system-mozilla
......
...@@ -47,11 +47,9 @@ ...@@ -47,11 +47,9 @@
--with-sun-templates --with-sun-templates
--without-system-poppler --without-system-poppler
--enable-neon --enable-neon
--without-system-stdlibs
--with-jdk-home=/usr/local/jdk1.6.0_23/ --with-jdk-home=/usr/local/jdk1.6.0_23/
--without-system-dicts --without-system-dicts
--without-system-zlib --without-system-zlib
--without-system-stdlibs
--without-system-poppler --without-system-poppler
--without-system-openssl --without-system-openssl
--without-system-mozilla --without-system-mozilla
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment