aboutsummaryrefslogtreecommitdiffstats
path: root/community/ocaml/fix-segfault-in-ppc64le.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/ocaml: update to 4.08.0Pedro Filipe2019-07-171-4/+5
| | | | Fixes https://gitlab.alpinelinux.org/alpine/aports/issues/10583
* community/ocaml: upgrade to 4.06.0Jakub Jirutka2018-03-101-7/+26
|
* community/ocaml: fix segfault in ppc64le and enable buildRoberto Oliveira2017-06-301-0/+12
Since ocaml 4.04, ocaml commands start to point to native-compiled instead of the byte-code compiled, e.g. ocamlc points to the native-compiled ocamlc.opt. This patch adds -no-pie to all ocaml compiled to native code (for ppc64le), fixing the segfault problem that was happening.