From 6b49ff3daac0ceaf2656464d062471571d4d2c7f Mon Sep 17 00:00:00 2001 From: xiaoming <2014500726@smail.xtu.edu.cn> Date: Wed, 22 Nov 2023 21:10:30 +0800 Subject: [PATCH] Update OpenSSL configuration in build_libssh2.sh Signed-off-by: xiaoming <2014500726@smail.xtu.edu.cn> --- depend/build_libssh2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depend/build_libssh2.sh b/depend/build_libssh2.sh index 7e52bb75..0edf0de0 100755 --- a/depend/build_libssh2.sh +++ b/depend/build_libssh2.sh @@ -6,7 +6,7 @@ SHELL_FOLDER=$(cd "$(dirname "$0")";pwd) cd $SHELL_FOLDER tar -xzvf openssl-3.1.4.tar.gz cd $SHELL_FOLDER/openssl-3.1.4 -./config --prefix=$SHELL_FOLDER/output --openssldir=$SHELL_FOLDER/output no-threads no-static +./config --prefix=$SHELL_FOLDER/output --openssldir=$SHELL_FOLDER/output no-threads make -j16 make install rm -rf $SHELL_FOLDER/openssl-3.1.4