Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions external/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,12 @@ export ANDROID_NDK_ROOT=$(ANDROID_NDK_HOME)
openssl/Makefile: openssl/Configure $(wildcard openssl/Configurations/*.*)
cd openssl && PATH=$(PATH) && CFLAGS="$(CFLAGS) -Wno-macro-redefined" \
./Configure \
no-comp no-dtls no-ec2m no-psk no-srp no-ssl3 \
no-comp no-dtls no-engine no-ec2m no-psk no-srp no-ssl3 \
no-camellia no-idea no-md2 no-md4 no-mdc2 no-rc2 no-rc4 no-rc5 no-rmd160 no-whirlpool \
no-dso no-hw no-ui-console \
no-dso no-ui-console \
no-shared no-tests \
no-siv no-sm2 no-sm3 no-sm4 \
no-dsa no-scrypt no-bf no-blake2 no-chacha \
android-$(NDK_ABI) \
-D__ANDROID_API__=$(NDK_PLATFORM_LEVEL) \
--prefix=/ \
Expand Down