Skip to content

Commit

Permalink
Upgrading curl from 7.47.0 to 7.77.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Kim committed Jul 16, 2021
1 parent 3105f1d commit 1ed99e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LIB_OPENSSL="https://ftp.openssl.org/source/old/1.0.1/openssl-1.0.1m.tar.gz"
LIB_BOOST="http://sourceforge.net/projects/boost/files/boost/1.61.0/boost_1_61_0.tar.gz"
LIB_ZLIB="https://zlib.net/fossils/zlib-1.2.11.tar.gz"
LIB_PROTOBUF="https://github.com/protocolbuffers/protobuf/releases/download/v3.11.4/protobuf-all-3.11.4.tar.gz"
LIB_CURL="https://curl.haxx.se/download/curl-7.47.0.tar.gz"
LIB_CURL="https://curl.haxx.se/download/curl-7.77.0.tar.gz"


INSTALL_DIR=$(pwd)/third_party
Expand Down Expand Up @@ -195,13 +195,13 @@ fi


# libcurl
if [ ! -d "curl-7.47.0" ]; then
if [ ! -d "curl-7.77.0" ]; then
_curl "$LIB_CURL" > curl.tgz
tar xf curl.tgz
rm curl.tgz


cd curl-7.47.0
cd curl-7.77.0

silence conf --disable-shared --disable-ldap --disable-ldaps \
--enable-threaded-resolver --disable-debug --without-libssh2 --without-ca-bundle --with-ssl="${INSTALL_DIR}" --without-libidn
Expand Down

0 comments on commit 1ed99e3

Please sign in to comment.