mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 16:24:39 +02:00
Always build OpenSSL shared.
This is the default for current versions but we need it to test against earlier versions.
This commit is contained in:
parent
b3cc9fbdff
commit
9f79e80dc4
2
.github/setup_ci.sh
vendored
2
.github/setup_ci.sh
vendored
@ -99,7 +99,7 @@ if [ ! -z "${INSTALL_OPENSSL}" ]; then
|
|||||||
git clone https://github.com/openssl/openssl.git &&
|
git clone https://github.com/openssl/openssl.git &&
|
||||||
cd ${HOME}/openssl &&
|
cd ${HOME}/openssl &&
|
||||||
git checkout ${INSTALL_OPENSSL} &&
|
git checkout ${INSTALL_OPENSSL} &&
|
||||||
./config no-threads ${SSLCONFOPTS} \
|
./config no-threads shared ${SSLCONFOPTS} \
|
||||||
--prefix=/opt/openssl &&
|
--prefix=/opt/openssl &&
|
||||||
make && sudo make install_sw)
|
make && sudo make install_sw)
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user