Explicitly disable OpenSSL on AIX test VM.
This commit is contained in:
parent
7ebc6f060f
commit
a64b935cd4
|
@ -222,6 +222,7 @@ esac
|
||||||
case "${TARGET_HOST}" in
|
case "${TARGET_HOST}" in
|
||||||
aix*)
|
aix*)
|
||||||
CONFIGFLAGS="--disable-security-key"
|
CONFIGFLAGS="--disable-security-key"
|
||||||
|
LIBCRYPTOFLAGS="--without-openssl"
|
||||||
# These are slow real or virtual machines so skip the slowest tests
|
# These are slow real or virtual machines so skip the slowest tests
|
||||||
# (which tend to be thw ones that transfer lots of data) so that the
|
# (which tend to be thw ones that transfer lots of data) so that the
|
||||||
# test run does not time out.
|
# test run does not time out.
|
||||||
|
|
Loading…
Reference in New Issue