mirror of
https://github.com/LibreOffice/core.git
synced 2025-07-22 01:09:00 +00:00

...as that lead to failure of loading that library now after
7a4e60b63d
"add -Wl,-z,relro,-z,now to hardening
ldflags". (But actually including sal/osl/all/log.cxx would then drag along a
dependency on BACKTRACE_LIBS, so instead just add stubs here, as those functions
should never get called anyway.)
Change-Id: Idd0442a607dda247763692c183f872d0ca14487e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/187534
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <stephan.bergmann@collabora.com>
Java UNO Runtime (jurt)
JURT means Java UNO Runtime and implements most of Java UNO.