mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-03 00:00:24 -04:00
github: Fix Python build with custom OpenSSL version
This commit is contained in:
parent
3dd5dc5011
commit
03541c73a0
@ -96,7 +96,7 @@ build_openssl()
|
|||||||
SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG
|
SSL_DIR=$DEPS_BUILD_DIR/$SSL_PKG
|
||||||
SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz
|
SSL_SRC=https://www.openssl.org/source/$SSL_PKG.tar.gz
|
||||||
SSL_INS=$DEPS_PREFIX/ssl
|
SSL_INS=$DEPS_PREFIX/ssl
|
||||||
SSL_OPT="-d shared no-tls no-dtls no-ssl3 no-zlib no-comp no-idea no-psk no-srp
|
SSL_OPT="-d shared no-dtls no-ssl3 no-zlib no-idea no-psk no-srp
|
||||||
no-tests enable-rfc3779 enable-ec_nistp_64_gcc_128"
|
no-tests enable-rfc3779 enable-ec_nistp_64_gcc_128"
|
||||||
|
|
||||||
if test -d "$SSL_DIR"; then
|
if test -d "$SSL_DIR"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user