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