From d7103f97f70417476468608b1535758dd4b344b7 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 20 Apr 2016 11:45:28 -0700 Subject: Android build: use static libssl / libcrypto Android M does not allow using those as shared libraries. See #1029 Signed-off-by: Dirk Hohndel --- packaging/android/build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packaging/android') diff --git a/packaging/android/build.sh b/packaging/android/build.sh index f523b1c8f..2f306630e 100644 --- a/packaging/android/build.sh +++ b/packaging/android/build.sh @@ -181,10 +181,10 @@ if [ ! -e $PKG_CONFIG_LIBDIR/libssl.pc ] ; then HOSTCC=gcc \ CC=gcc \ ANDROID_DEV=$PREFIX \ - bash -x ./config shared no-ssl2 no-ssl3 no-comp no-hw no-engine --openssldir=$PREFIX + bash -x ./config no-shared no-ssl2 no-ssl3 no-comp no-hw no-engine --openssldir=$PREFIX make depend make - make install + make install_sw popd fi -- cgit v1.2.3-70-g09d2