We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5134ec4 + ba7b5f4 commit 966c7b9Copy full SHA for 966c7b9
1 file changed
IDE/Android/build.sh
@@ -37,7 +37,7 @@ if [ ! -e ${WORKSPACE}/openssl-install ]; then
37
export OPENSSL_ALL_CIPHERS="-cipher ALL -ciphersuites TLS_AES_256_GCM_SHA384:TLS_AES_128_GCM_SHA256:TLS_AES_128_CCM_SHA256:TLS_AES_128_CCM_8_SHA256"
38
git clone https://github.com/openssl/openssl.git --branch=${OPENSSL_BRANCH} ${WORKSPACE}/openssl-source && \
39
cd ${WORKSPACE}/openssl-source && \
40
- ./Configure android-x86_64 --prefix=${WORKSPACE}/openssl-install && \
+ ./Configure android-x86_64 no-sm3 no-sm4 --prefix=${WORKSPACE}/openssl-install && \
41
sed -i 's/-ldl//g' Makefile && \
42
sed -i 's/-pie//g' Makefile && \
43
make -j && \
0 commit comments