acb80bdae0
It builds with musl libc. Installed language is just en-US, because building many or all takes way too long. For i18n support there are separate packages using the precompiled RPMs from the website. Cross compiling does not work yet, but should be possible after some more tweaking and patching.
11 lines
294 B
Diff
11 lines
294 B
Diff
--- sal/osl/unx/signal.cxx 2016-01-27 01:58:25.000000000 +0100
|
|
+++ sal/osl/unx/signal.cxx 2016-02-23 19:33:44.618507179 +0100
|
|
@@ -33,7 +33,7 @@
|
|
|
|
#endif /* MACOSX */
|
|
|
|
-#ifdef LINUX
|
|
+#if defined(LINUX) && defined(__GLIBC__)
|
|
#include <execinfo.h>
|
|
#include <link.h>
|
|
#define INCLUDE_BACKTRACE
|