We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf4286 commit c74164cCopy full SHA for c74164c
2 files changed
deps/mbedtls/padlock.c
@@ -58,10 +58,10 @@ int mbedtls_padlock_has_support( int feature )
58
"cpuid \n\t"
59
"cmpl $0xC0000001, %%eax \n\t"
60
"movl $0, %%edx \n\t"
61
- "jb unsupported \n\t"
+ "jb 1f \n\t"
62
"movl $0xC0000001, %%eax \n\t"
63
64
- "unsupported: \n\t"
+ "1: \n\t"
65
"movl %%edx, %1 \n\t"
66
"movl %2, %%ebx \n\t"
67
: "=m" (ebx), "=m" (edx)
pkg/android/phoenix-common/jni/Android.mk
@@ -137,7 +137,8 @@ DEFINES += -DRARCH_MOBILE \
137
-DHAVE_TRANSLATE \
138
-DWANT_IFADDRS \
139
-DHAVE_XDELTA \
140
- -DHAVE_CORE_INFO_CACHE
+ -DHAVE_CORE_INFO_CACHE \
141
+ -DHAVE_BUILTINMBEDTLS -DHAVE_SSL
142
143
ifeq ($(HAVE_GFX_WIDGETS),1)
144
DEFINES += -DHAVE_GFX_WIDGETS
0 commit comments