]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Split c89 test openssl setting out.
authorDarren Tucker <dtucker@dtucker.net>
Wed, 29 Sep 2021 07:48:09 +0000 (17:48 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Wed, 29 Sep 2021 07:48:09 +0000 (17:48 +1000)
.github/configs

index 01764aaaabde71f3ff9ffdea309ed1e3cf3ff764..e86fef532b6fffd3dd42eee08329f4f1fec1cf26 100755 (executable)
@@ -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*)