[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] Define __MIPSEL__ to workaround OpenSSL build failure for mips arch.
commit d93017fd305bf18af92ede4c914d952129bfaae7
Author: Ø£ØÙ?د اÙ?Ù?ØÙ?Ù?دÙ? (Ahmed El-Mahmoudy) <aelmahmoudy@xxxxxxxxxxxxxxxxxxxxx>
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
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits