diff options
author | Thanasis Antoniou | 2019-11-01 18:56:41 +0200 |
---|---|---|
committer | Thanasis Antoniou | 2019-11-01 19:13:27 +0200 |
commit | 4eecfb8da9ec8d29cf46d6b023f6386a3ec05318 (patch) | |
tree | 9a462a4dab16f6c04864b4b2813e877267eea55e /configure | |
parent | 0348aa72fd636e64072b0e25c6768193c456fb8b (diff) | |
download | scummvm-rg350-4eecfb8da9ec8d29cf46d6b023f6386a3ec05318.tar.gz scummvm-rg350-4eecfb8da9ec8d29cf46d6b023f6386a3ec05318.tar.bz2 scummvm-rg350-4eecfb8da9ec8d29cf46d6b023f6386a3ec05318.zip |
ANDROID: Disable verification of certificates validity for cloud saving
Also added macros for the plain (non-SDL) Android port __ANDROID_PLAIN_PORT__ and ANDROID_PLAIN_PORT
The workaround of this commit uses the same logic as for the Nintendo Switch port and should suffice for testing purposes. It should be replaced by more elaborate code of installing and maintaining a certificates pem file.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3069,6 +3069,7 @@ if test -n "$_host"; then _port_mk="backends/platform/3ds/3ds.mk" ;; android | android-arm | android-v7a | android-arm-v7a | android-arm64-v8a | android-mips | android-mips64 | android-x86 | android-x86_64 | ouya) + DEFINES="$DEFINES -D__ANDROID_PLAIN_PORT__ -DANDROID_PLAIN_PORT" # we link a .so as default append_var LDFLAGS "-shared" append_var LDFLAGS "-Wl,-Bsymbolic,--no-undefined" |