mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
ocaml: broken on ppc-musl
[ci skip]
This commit is contained in:
parent
5843596e30
commit
c768811cf4
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue