openssl 1.1.1: Build with no-ssl and no-engine

This commit is contained in:
Fredrik Fornwall 2018-08-22 12:05:53 +02:00
parent 4eaf2f7a8d
commit d2bcee5d71
1 changed files with 2 additions and 0 deletions

View File

@ -24,9 +24,11 @@ termux_step_configure () {
--prefix=$TERMUX_PREFIX \
--openssldir=$TERMUX_PREFIX/etc/tls \
shared \
no-ssl \
no-comp \
no-dso \
no-hw \
no-engine \
no-srp \
no-tests
}