mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Build openssl without legacy protocols.
SSL2 and SSL3 are deprecated, and we can gladly leave them out of our build. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
b8b597ec72
commit
17bab9554d
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,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
|
||||
|
|
Loading…
Add table
Reference in a new issue