mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-11 09:33:50 +02:00
ecm: disable assembly on ppc64 to fix build
[ci skip]
This commit is contained in:
parent
4280fd21f5
commit
5bde9d7f6a
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue