Skip to content

Commit

Permalink
update curl to 7.59.0 in build_sdk.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
polmr committed Jun 24, 2019
1 parent 282da4e commit 8fa7940
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions contrib/build_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -661,9 +661,9 @@ curl_pkg() {
local build_dir=$1
local install_dir=$2
local name="cURL"
local curl_ver="7.49.1"
local curl_ver="7.59.0"
local curl_url="http://curl.haxx.se/download/curl-$curl_ver.tar.gz"
local curl_md5="2feb3767b958add6a177c6602ff21e8c"
local curl_md5="a44f98c25c7506e7103039b542aa5ad8"
local curl_file="curl-$curl_ver.tar.gz"
local curl_dir="curl-$curl_ver"
local openssl_flags=""
Expand All @@ -678,12 +678,12 @@ curl_pkg() {
if [ $use_dynamic -eq 1 ]; then
local curl_params="--disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-dict \
--disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-sspi \
--without-librtmp --without-libidn --without-libssh2 --enable-ipv6 --disable-manual --without-nghttp2 --without-libpsl \
--without-librtmp --without-libidn --without-libidn2 --without-libssh2 --enable-ipv6 --disable-manual --without-nghttp2 --without-libpsl \
--with-zlib=$install_dir --enable-ares=$install_dir $openssl_flags"
else
local curl_params="--disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --disable-dict \
--disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smtp --disable-gopher --disable-sspi \
--without-librtmp --without-libidn --without-libssh2 --enable-ipv6 --disable-manual --without-nghttp2 --without-libpsl \
--without-librtmp --without-libidn --without-libidn2 --without-libssh2 --enable-ipv6 --disable-manual --without-nghttp2 --without-libpsl \
--disable-shared --with-zlib=$install_dir --enable-ares=$install_dir $openssl_flags"
fi

Expand Down

0 comments on commit 8fa7940

Please sign in to comment.