ocaml: broken on ppc-musl

[ci skip]
This commit is contained in:
q66 2019-11-21 13:46:06 +01:00 committed by Helmut Pozimski
parent 5843596e30
commit c768811cf4

View file

@ -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
}