mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-28 08:30:31 +00:00
14 lines
383 B
Diff
14 lines
383 B
Diff
|
|
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
|
||
|
|
|