[openssh-commits] [openssh] 01/02: Always build OpenSSL shared.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Apr 27 13:23:51 AEST 2021
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 9f79e80dc40965c2e73164531250b83b176c1eea
Author: Darren Tucker <dtucker at dtucker.net>
Date: Tue Apr 27 12:24:10 2021 +1000
Always build OpenSSL shared.
This is the default for current versions but we need it to test against
earlier versions.
---
.github/setup_ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/setup_ci.sh b/.github/setup_ci.sh
index 1918a423..70a444e4 100755
--- a/.github/setup_ci.sh
+++ b/.github/setup_ci.sh
@@ -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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list