Skip to content

Commit ba7b5f4

Browse files
committed
Added no-sm3 no-sm4 to suppress prb build errors for android prb
1 parent 5134ec4 commit ba7b5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IDE/Android/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ if [ ! -e ${WORKSPACE}/openssl-install ]; then
3737
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"
3838
git clone https://github.com/openssl/openssl.git --branch=${OPENSSL_BRANCH} ${WORKSPACE}/openssl-source && \
3939
cd ${WORKSPACE}/openssl-source && \
40-
./Configure android-x86_64 --prefix=${WORKSPACE}/openssl-install && \
40+
./Configure android-x86_64 no-sm3 no-sm4 --prefix=${WORKSPACE}/openssl-install && \
4141
sed -i 's/-ldl//g' Makefile && \
4242
sed -i 's/-pie//g' Makefile && \
4343
make -j && \

0 commit comments

Comments
 (0)