Skip to content
  • Roberto Oliveira's avatar
    community/ocaml: fix segfault in ppc64le and enable build · 529c9fdc
    Roberto Oliveira authored and Ariadne Conill's avatar Ariadne Conill committed
    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.
    529c9fdc