fdroiddata/metadata/org.torproject.android/mipsfix.diff

14 lines
383 B
Diff
Raw Normal View History

2015-06-26 17:39:34 +00:00
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