We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5134ec4 commit ba7b5f4Copy full SHA for ba7b5f4
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