diff options
author | Sascha Paunovic <azarus@posteo.net> | 2018-07-24 12:23:05 +0200 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-07-25 13:28:53 +0000 |
commit | 7d9213aef59d73b5f880c4637aafb2f9ad36c966 (patch) | |
tree | 063f91e31b913004f35a0f2352d607e9d5a6a114 /testing/veracrypt/APKBUILD | |
parent | 2a5926b35577d1b655c1609038f10b47efccdb43 (diff) | |
download | aports-7d9213aef59d73b5f880c4637aafb2f9ad36c966.tar.bz2 aports-7d9213aef59d73b5f880c4637aafb2f9ad36c966.tar.xz |
testing/veracrypt: disable on s390x
Due to broken linking:
Linking veracrypt
Error: TestFailed at VeraCrypt::TestCipher:181
make[1]: *** [Main.make:159: veracrypt] Error 1
make: *** [Makefile:372: all] Error 2
Diffstat (limited to 'testing/veracrypt/APKBUILD')
-rw-r--r-- | testing/veracrypt/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/veracrypt/APKBUILD b/testing/veracrypt/APKBUILD index 0eac085f2d..131b856ad3 100644 --- a/testing/veracrypt/APKBUILD +++ b/testing/veracrypt/APKBUILD @@ -3,10 +3,10 @@ pkgname=veracrypt _pkgname=VeraCrypt pkgver=1.22 -pkgrel=2 +pkgrel=3 pkgdesc="disk encryption with strong security based on TrueCrypt" url="https://www.veracrypt.fr/" -arch="all !x86 !armhf" # issues on linking +arch="all !x86 !armhf !s390x" # issues on linking license="Apache-2.0" depends="device-mapper" makedepends="fuse-dev wxgtk-dev libsm-dev yasm" |