From: Darren Tucker Date: Wed, 29 Sep 2021 08:42:47 +0000 (+1000) Subject: Build without OpenSSL on Mac OS. X-Git-Tag: V_8_9_P1~257 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55c8bdf6e9afb0f9fa8e4f10c25c7f0081b48fd0;p=thirdparty%2Fopenssh-portable.git Build without OpenSSL on Mac OS. Modern versions don't ship enough libcrypto to build against. --- diff --git a/.github/configs b/.github/configs index e86fef532..b0ce19db6 100755 --- a/.github/configs +++ b/.github/configs @@ -154,6 +154,14 @@ case "${TARGET_HOST}" in ;; esac +# Unless specified otherwise, build without OpenSSL on Mac OS since +# modern versions don't ship with libcrypto. +case $(./config.guess) in +*-darwin*) + LIBCRYPTOFLAGS="--without-openssl" + ;; +esac + # If we have a local openssl/libressl, use that. if [ -z "${LIBCRYPTOFLAGS}" ]; then # last-match