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(-)