Merge pull request #378 from dzenanz/master

Updating CMake repository location
This commit is contained in:
Matt McCormick 2020-04-06 15:59:05 -04:00 committed by GitHub
commit 4e5c364b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ fi
cd /usr/src
git clone git://cmake.org/cmake.git CMake -b v$CMAKE_VERSION --depth 1
git clone https://gitlab.kitware.com/cmake/cmake.git CMake -b v$CMAKE_VERSION --depth 1
mkdir /usr/src/CMake-build
cd /usr/src/CMake-build

View File

@ -54,7 +54,7 @@ OPENSSL_HASH=cabd5c9492825ce5bd23f3c3aeed6a97f8142f606d893df216411f07d1abab96
# 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
# 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 {
${WRAPPER} ./config no-ssl2 no-shared -fPIC $CONFIG_FLAG --prefix=/usr/local/ssl > /dev/null