mirror of git://anongit.mindrot.org/openssh.git
Split c89 test openssl setting out.
This commit is contained in:
parent
c4ac7f98e2
commit
5e6d28b787
|
@ -25,7 +25,8 @@ case "$config" in
|
|||
c89)
|
||||
CC="gcc"
|
||||
CFLAGS="-Wall -std=c89 -pedantic -Werror=vla"
|
||||
CONFIGFLAGS="--without-openssl --without-zlib"
|
||||
CONFIGFLAGS="--without-zlib"
|
||||
LIBCRYPTOFLAGS="--without-openssl"
|
||||
TEST_TARGET=t-exec
|
||||
;;
|
||||
clang*|gcc*)
|
||||
|
|
Loading…
Reference in New Issue