mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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"
|
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() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue