mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-01-22 14:15:44 +01:00
build-and-install-openssl: Fix download URL
This commit is contained in:
parent
f68e873550
commit
a98141d033
@ -54,7 +54,7 @@ OPENSSL_HASH=cabd5c9492825ce5bd23f3c3aeed6a97f8142f606d893df216411f07d1abab96
|
|||||||
# XXX: the official https server at www.openssl.org cannot be reached
|
# XXX: the official https server at www.openssl.org cannot be reached
|
||||||
# with the old versions of openssl and curl in Centos 5.11 hence the fallback
|
# with the old versions of openssl and curl in Centos 5.11 hence the fallback
|
||||||
# to the ftp mirror:
|
# to the ftp mirror:
|
||||||
OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/
|
OPENSSL_DOWNLOAD_URL=http://www.openssl.org/source/old/1.0.2/
|
||||||
|
|
||||||
function do_openssl_build {
|
function do_openssl_build {
|
||||||
${WRAPPER} ./config no-ssl2 no-shared -fPIC $CONFIG_FLAG --prefix=/usr/local/ssl > /dev/null
|
${WRAPPER} ./config no-ssl2 no-shared -fPIC $CONFIG_FLAG --prefix=/usr/local/ssl > /dev/null
|
||||||
|
Loading…
x
Reference in New Issue
Block a user