You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by tr...@apache.org on 2020/08/25 02:52:35 UTC

[openoffice] branch trunk updated (5988caa -> 5f3b9f7)

This is an automated email from the ASF dual-hosted git repository.

truckman pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git.


    from 5988caa  Upgrade to openssl-1.0.2u.  Remove unused version.mk.
     add 5f3b9f7  Force Linux builds to use gnu++98 (C++98 + GNU extensions) mode to be the most compatible with our old code base rather than relying on the compiler default mode.  Compiling in C++11 or newer mode is very noisy due to deprecation warnings about our use of std::auto_ptr.  If the compiler defaults to C++17 mode or newer, the build would be totally broken because std::auto_ptr is removed from C++17.

No new revisions were added by this update.

Summary of changes:
 main/solenv/gbuild/platform/linux.mk | 1 +
 main/solenv/inc/unxlng.mk            | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)