| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Without this unison fails to build with:
Error: /usr/lib/ocaml/lablgtk2/pango.cmi
is not a compiled interface for this version of OCaml.
|
|
|
|
| |
Should fix the build on all previously enabled platforms.
|
|
|
|
| |
Is failing on all builders.
|
|
|
|
|
|
|
|
|
| |
This makes it possible to provide armv7 as additional architecture in
Alpine, next to armhf. See the discussion in this ML thread:
<https://lists.alpinelinux.org/alpine-devel/6271.html>
It's done by adding armv7 next to armhf in the arch line and also
!armv7 where the arch line said !armhf. The following script was used:
|
| |
|
|
|
|
|
|
| |
`make doc` fails with:
cannot find file ./gtkdoc.cmxs in search path
|
|
|