diff options
Diffstat (limited to 'packaging/android/build.sh')
-rw-r--r-- | packaging/android/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |