ocaml: broken on ppc-musl
[ci skip]
This commit is contained in:
parent
5843596e30
commit
c768811cf4
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user