From c768811cf4215d92e384495cda377f092590320a Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 21 Nov 2019 13:46:06 +0100 Subject: [PATCH] ocaml: broken on ppc-musl [ci skip] --- srcpkgs/ocaml/template | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/srcpkgs/ocaml/template b/srcpkgs/ocaml/template index c246404a01a..04858c4dd45 100644 --- a/srcpkgs/ocaml/template +++ b/srcpkgs/ocaml/template @@ -17,6 +17,11 @@ patch_args="-Np1" export ASPP="cc -c" +case "$XBPS_TARGET_MACHINE" in + # also just segfaults when compiled without PIE (BSS-PLT?) + ppc-musl) broken="/usr/bin/ocamlc: unsupported relocation type 6";; +esac + post_install() { vlicense LICENSE }