parent
4280fd21f5
commit
5bde9d7f6a
|
@ -13,6 +13,11 @@ homepage="http://ecm.gforge.inria.fr/"
|
|||
distfiles="https://gforge.inria.fr/frs/download.php/file/36224/ecm-${version}.tar.gz"
|
||||
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() {
|
||||
vbin aprcl
|
||||
vbin .libs/ecmfactor
|
||||
|
|
Loading…
Reference in New Issue