SSL2 and SSL3 are deprecated, and we can gladly leave them out of our build.
Signed-off-by: Anton Lundin <[email protected]> --- packaging/android/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/android/build.sh b/packaging/android/build.sh index 2681735..6b4f767 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -130,7 +130,7 @@ if [ ! -e $PKG_CONFIG_LIBDIR/libssl.pc ] ; then HOSTCC=gcc \ CC=gcc \ ANDROID_DEV=$PREFIX \ - bash -x ./config shared no-comp no-hw no-engine --openssldir=$PREFIX + bash -x ./config shared no-ssl2 no-ssl3 no-comp no-hw no-engine --openssldir=$PREFIX make depend make make install -- 2.1.4 _______________________________________________ subsurface mailing list [email protected] http://lists.subsurface-divelog.org/cgi-bin/mailman/listinfo/subsurface
