mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-09-25 19:08:56 +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)
|
c89)
|
||||||
CC="gcc"
|
CC="gcc"
|
||||||
CFLAGS="-Wall -std=c89 -pedantic -Werror=vla"
|
CFLAGS="-Wall -std=c89 -pedantic -Werror=vla"
|
||||||
CONFIGFLAGS="--without-openssl --without-zlib"
|
CONFIGFLAGS="--without-zlib"
|
||||||
|
LIBCRYPTOFLAGS="--without-openssl"
|
||||||
TEST_TARGET=t-exec
|
TEST_TARGET=t-exec
|
||||||
;;
|
;;
|
||||||
clang*|gcc*)
|
clang*|gcc*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user