VeraCrypt: broken on big endian
This commit is contained in:
parent
f31b4e76a0
commit
396cd9beb9
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
make_build_args+=' NOTEST=1'
|
make_build_args+=' NOTEST=1'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
|
broken="Error: TestFailed at VeraCrypt::TestCipher:181"
|
||||||
|
fi
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin Main/veracrypt
|
vbin Main/veracrypt
|
||||||
vlicense License.txt
|
vlicense License.txt
|
||||||
|
|
Loading…
Reference in a new issue