diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-17 12:55:55 +0100 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-11-17 12:55:55 +0100 |
commit | 624a674b7324631bfd101e2cd7efc6ca2deb7db6 (patch) | |
tree | 1ee4267a4a23a68d9c11afcf59303acf5c64b066 /testing | |
parent | b1b50f22f93ff5ee29be93ac3aa3df3e0ac8d14e (diff) | |
download | aports-624a674b7324631bfd101e2cd7efc6ca2deb7db6.tar.bz2 aports-624a674b7324631bfd101e2cd7efc6ca2deb7db6.tar.xz |
testing/rhash: disable build on aarch64 due to build failure
gcc -c -pipe -DIN_RHASH -O2 -DNDEBUG -fomit-frame-pointer -ffunction-sections -fdata-sections -Wall -W -Wstrict-prototypes -Wnested-externs -Winline -Wpointer-arith -Wbad-function-cast -Wmissing-prototypes -Wmissing-declarations whirlpool_sbox.c -o whirlpool_sbox.o
In file included from tiger_sbox.c:16:0:
byte_order.h:59:3: error: #error "Can't detect CPU architechture"
# error "Can't detect CPU architechture"
^~~~~
Diffstat (limited to 'testing')
-rw-r--r-- | testing/rhash/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/rhash/APKBUILD b/testing/rhash/APKBUILD index 9d3c2f3ab7..eaecc12769 100644 --- a/testing/rhash/APKBUILD +++ b/testing/rhash/APKBUILD @@ -4,7 +4,7 @@ pkgver=1.3.4 pkgrel=0 pkgdesc="Utility for calculation and verification of hash sums and magnet links" url="http://rhash.anz.ru/" -arch="all" +arch="all !aarch64" license="custom" depends= depends_dev="" |