mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Android build: use static libssl / libcrypto
Android M does not allow using those as shared libraries. See #1029 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
5d1fbbe57b
commit
d7103f97f7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue