mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Build without OpenSSL on Mac OS.
Modern versions don't ship enough libcrypto to build against.
This commit is contained in:
parent
c9172193ea
commit
55c8bdf6e9
8
.github/configs
vendored
8
.github/configs
vendored
@ -154,6 +154,14 @@ case "${TARGET_HOST}" in
|
|||||||
;;
|
;;
|
||||||
esac
|
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 we have a local openssl/libressl, use that.
|
||||||
if [ -z "${LIBCRYPTOFLAGS}" ]; then
|
if [ -z "${LIBCRYPTOFLAGS}" ]; then
|
||||||
# last-match
|
# last-match
|
||||||
|
Loading…
x
Reference in New Issue
Block a user