commit d93017fd305bf18af92ede4c914d952129bfaae7
Author: أحمد المحمودي (Ahmed El-Mahmoudy) 
<[email protected]>
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
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to