coq: broken on ppc32
This commit is contained in:
parent
383ea0cb64
commit
d5aee8e1d4
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ checksum=693c188f045d21f83114239dbb8af8def01b42a157c7d828087d055c32ec6e86
|
||||||
nopie=yes
|
nopie=yes
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
ppc64*) ;;
|
||||||
|
ppc*) broken="R_PPC_REL24 relocation out of range";;
|
||||||
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure -prefix ${DESTDIR}/usr -coqide no
|
./configure -prefix ${DESTDIR}/usr -coqide no
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue