mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-26 14:32:42 +00:00
Fix OpenSSL build script and rebuild
This commit is contained in:
parent
d6634d30dc
commit
eb531a7a88
@ -1,7 +1,7 @@
|
|||||||
PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
|
PATH=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/bin:$PATH
|
||||||
OUTPUT_DIR=~/openssl
|
OUTPUT_DIR=~/openssl
|
||||||
|
|
||||||
BASE_ARGS=no-shared no-ssl3 no-stdio no-engine no-hw
|
BASE_ARGS="no-shared no-ssl3 no-stdio no-engine no-hw"
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -39,9 +39,15 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_AFALGENG
|
#ifndef OPENSSL_NO_AFALGENG
|
||||||
# define OPENSSL_NO_AFALGENG
|
# define OPENSSL_NO_AFALGENG
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_APPS
|
||||||
|
# define OPENSSL_NO_APPS
|
||||||
|
#endif
|
||||||
#ifndef OPENSSL_NO_ASAN
|
#ifndef OPENSSL_NO_ASAN
|
||||||
# define OPENSSL_NO_ASAN
|
# define OPENSSL_NO_ASAN
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_CAPIENG
|
||||||
|
# define OPENSSL_NO_CAPIENG
|
||||||
|
#endif
|
||||||
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
#ifndef OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
# define OPENSSL_NO_CRYPTO_MDEBUG
|
# define OPENSSL_NO_CRYPTO_MDEBUG
|
||||||
#endif
|
#endif
|
||||||
@ -57,6 +63,9 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_EGD
|
#ifndef OPENSSL_NO_EGD
|
||||||
# define OPENSSL_NO_EGD
|
# define OPENSSL_NO_EGD
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_ENGINE
|
||||||
|
# define OPENSSL_NO_ENGINE
|
||||||
|
#endif
|
||||||
#ifndef OPENSSL_NO_EXTERNAL_TESTS
|
#ifndef OPENSSL_NO_EXTERNAL_TESTS
|
||||||
# define OPENSSL_NO_EXTERNAL_TESTS
|
# define OPENSSL_NO_EXTERNAL_TESTS
|
||||||
#endif
|
#endif
|
||||||
@ -69,6 +78,9 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_HEARTBEATS
|
#ifndef OPENSSL_NO_HEARTBEATS
|
||||||
# define OPENSSL_NO_HEARTBEATS
|
# define OPENSSL_NO_HEARTBEATS
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_HW
|
||||||
|
# define OPENSSL_NO_HW
|
||||||
|
#endif
|
||||||
#ifndef OPENSSL_NO_MSAN
|
#ifndef OPENSSL_NO_MSAN
|
||||||
# define OPENSSL_NO_MSAN
|
# define OPENSSL_NO_MSAN
|
||||||
#endif
|
#endif
|
||||||
@ -84,6 +96,12 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_SSL3_METHOD
|
#ifndef OPENSSL_NO_SSL3_METHOD
|
||||||
# define OPENSSL_NO_SSL3_METHOD
|
# define OPENSSL_NO_SSL3_METHOD
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_STDIO
|
||||||
|
# define OPENSSL_NO_STDIO
|
||||||
|
#endif
|
||||||
|
#ifndef OPENSSL_NO_TESTS
|
||||||
|
# define OPENSSL_NO_TESTS
|
||||||
|
#endif
|
||||||
#ifndef OPENSSL_NO_UBSAN
|
#ifndef OPENSSL_NO_UBSAN
|
||||||
# define OPENSSL_NO_UBSAN
|
# define OPENSSL_NO_UBSAN
|
||||||
#endif
|
#endif
|
||||||
@ -93,8 +111,8 @@ extern "C" {
|
|||||||
#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
#ifndef OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||||
# define OPENSSL_NO_WEAK_SSL_CIPHERS
|
# define OPENSSL_NO_WEAK_SSL_CIPHERS
|
||||||
#endif
|
#endif
|
||||||
#ifndef OPENSSL_NO_STATIC_ENGINE
|
#ifndef OPENSSL_NO_DYNAMIC_ENGINE
|
||||||
# define OPENSSL_NO_STATIC_ENGINE
|
# define OPENSSL_NO_DYNAMIC_ENGINE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user