mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 16:54:51 +02:00
Split c89 test openssl setting out.
This commit is contained in:
parent
c4ac7f98e2
commit
5e6d28b787
3
.github/configs
vendored
3
.github/configs
vendored
@ -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…
x
Reference in New Issue
Block a user