Disable security key on minix3.
The test doesn't work so disable.
This commit is contained in:
parent
7cd062c3a2
commit
52d4232b49
|
@ -127,7 +127,7 @@ case "${TARGET_HOST}" in
|
|||
;;
|
||||
minix3)
|
||||
CC="clang"
|
||||
LIBCRYPTOFLAGS="--without-openssl"
|
||||
LIBCRYPTOFLAGS="--without-openssl --disable-security-key"
|
||||
# Minix does not have a loopback interface so we have to skip any
|
||||
# test that relies on it.
|
||||
TEST_TARGET=t-exec
|
||||
|
|
Loading…
Reference in New Issue