[orbot/master] Define __MIPSEL__ to workaround OpenSSL build failure for mips arch.

9 Jul
2015
9 Jul
'15
10 p.m.
commit d93017fd305bf18af92ede4c914d952129bfaae7 Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@users.sourceforge.net> Date: Thu Jul 9 17:02:31 2015 +0200 Define __MIPSEL__ to workaround OpenSSL build failure for mips arch. --- external/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/external/Makefile b/external/Makefile index c4b91b2..587fae4 100644 --- a/external/Makefile +++ b/external/Makefile @@ -108,7 +108,7 @@ ifneq ($(filter mips%, $(NDK_ABI)),) ifneq ($(findstring 64, $(NDK_ABI)),) OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=64 else - OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=32 + OPENSSL_CONF_FLAG+=-D_MIPS_SZLONG=32 -D__MIPSEL__ endif endif
3649
Age (days ago)
3649
Last active (days ago)
0 comments
1 participants
participants (1)
-
n8fr8@torproject.org