mirror of git://anongit.mindrot.org/openssh.git
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
|
@ -99,7 +99,7 @@ if [ ! -z "${INSTALL_OPENSSL}" ]; then
|
|||
git clone https://github.com/openssl/openssl.git &&
|
||||
cd ${HOME}/openssl &&
|
||||
git checkout ${INSTALL_OPENSSL} &&
|
||||
./config no-threads ${SSLCONFOPTS} \
|
||||
./config no-threads shared ${SSLCONFOPTS} \
|
||||
--prefix=/opt/openssl &&
|
||||
make && sudo make install_sw)
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue