File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
pkg/android/phoenix-common/jni Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,10 @@ int mbedtls_padlock_has_support( int feature )
5858 "cpuid \n\t"
5959 "cmpl $0xC0000001, %%eax \n\t"
6060 "movl $0, %%edx \n\t"
61- "jb unsupported \n\t"
61+ "jb 1f \n\t"
6262 "movl $0xC0000001, %%eax \n\t"
6363 "cpuid \n\t"
64- "unsupported: \n\t"
64+ "1: \n\t"
6565 "movl %%edx, %1 \n\t"
6666 "movl %2, %%ebx \n\t"
6767 : "=m" (ebx ), "=m" (edx )
Original file line number Diff line number Diff line change @@ -137,7 +137,8 @@ DEFINES += -DRARCH_MOBILE \
137137 -DHAVE_TRANSLATE \
138138 -DWANT_IFADDRS \
139139 -DHAVE_XDELTA \
140- -DHAVE_CORE_INFO_CACHE
140+ -DHAVE_CORE_INFO_CACHE \
141+ -DHAVE_BUILTINMBEDTLS -DHAVE_SSL
141142
142143ifeq ($(HAVE_GFX_WIDGETS ) ,1)
143144DEFINES += -DHAVE_GFX_WIDGETS
You can’t perform that action at this time.
0 commit comments