summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.github/setup_ci.sh2
1 files changed, 1 insertions, 1 deletions
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