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.
12 lines
324 B
Diff
12 lines
324 B
Diff
--- vcl/inc/headless/svpinst.hxx 2016-01-27 01:58:25.000000000 +0100
|
|
+++ vcl/inc/headless/svpinst.hxx 2016-02-24 18:41:32.947510323 +0100
|
|
@@ -32,6 +32,9 @@
|
|
#include <list>
|
|
|
|
#include <time.h>
|
|
+#if !defined(__GLIBC__)
|
|
+#include <sys/time.h>
|
|
+#endif
|
|
|
|
#define VIRTUAL_DESKTOP_WIDTH 1024
|
|
#define VIRTUAL_DESKTOP_HEIGHT 768
|