From: Darren Tucker Date: Mon, 26 Apr 2021 07:13:44 +0000 (+1000) Subject: Add c89 here too. X-Git-Tag: V_8_7_P1~220 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33f62dfbe865f4de77980ab88774bf1eb5e4e040;p=thirdparty%2Fopenssh-portable.git Add c89 here too. --- diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh index 4c7a90196..1b0c8870e 100755 --- a/.github/setup_ci.sh +++ b/.github/setup_ci.sh @@ -24,7 +24,7 @@ fi for TARGET in $TARGETS; do case $TARGET in - default|without-openssl|without-zlib) + default|without-openssl|without-zlib|c89) # nothing to do ;; kerberos5)