ecm: disable assembly on ppc64 to fix build

[ci skip]
This commit is contained in:
q66 2019-08-10 15:37:23 +02:00 committed by Juan RP
parent 4280fd21f5
commit 5bde9d7f6a
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ homepage="http://ecm.gforge.inria.fr/"
distfiles="https://gforge.inria.fr/frs/download.php/file/36224/ecm-${version}.tar.gz" distfiles="https://gforge.inria.fr/frs/download.php/file/36224/ecm-${version}.tar.gz"
checksum=0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43 checksum=0cf7b3eee8462cc6f98b418b47630e1eb6b3f4f8c3fc1fb005b08e2a1811ba43
# ppc64 asm only provided for BE and ELFv1, we're ELFv2 for BE and LE
case "$XBPS_TARGET_MACHINE" in
ppc64*) configure_args+=" --disable-asm-redc";;
esac
post_install() { post_install() {
vbin aprcl vbin aprcl
vbin .libs/ecmfactor vbin .libs/ecmfactor