Skip to content
Snippets Groups Projects
Commit 951ccb0a authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

Merge pull request #86 in ASAPO/asapo from fix-curl to develop

* commit '8f7004f0':
  update curl install scripts
parents 869ca397 8f7004f0
No related branches found
No related tags found
No related merge requests found
Subproject commit 0ea9b5fb7610bfdec1202812c138768abee224c3
Subproject commit 07433f6e3b704e4c072ed573812496a9cf488fc7
......@@ -5,7 +5,7 @@ cd $1
wget https://curl.haxx.se/download/curl-7.58.0.tar.gz
tar xzf curl-7.58.0.tar.gz
cd curl-7.58.0
./configure --without-ssl --disable-shared --disable-manual --disable-ares --disable-cookies \
./configure --without-ssl --disable-shared --disable-manual --disable-ares \
--disable-crypto-auth --disable-ipv6 --disable-proxy --disable-unix-sockets \
--without-libidn --without-librtmp --without-zlib --disable-ldap \
--disable-libcurl-option --prefix=`pwd`/../
......
......@@ -5,7 +5,7 @@ cd $1
wget https://curl.haxx.se/download/curl-7.58.0.tar.gz
tar xzf curl-7.58.0.tar.gz
cd curl-7.58.0
./configure --without-ssl --disable-shared --disable-manual --disable-ares --disable-cookies \
./configure --without-ssl --disable-shared --disable-manual --disable-ares \
--disable-crypto-auth --disable-ipv6 --disable-proxy --disable-unix-sockets \
--without-libidn --without-librtmp --without-zlib --disable-ldap \
--disable-libcurl-option --prefix=`pwd`/../
......
......@@ -5,7 +5,7 @@ cd $1
wget https://curl.haxx.se/download/curl-7.58.0.tar.gz
tar xzf curl-7.58.0.tar.gz
cd curl-7.58.0
./configure --without-ssl --disable-shared --disable-manual --disable-ares --disable-cookies \
./configure --without-ssl --disable-shared --disable-manual --disable-ares \
--disable-crypto-auth --disable-ipv6 --disable-proxy --disable-unix-sockets \
--without-libidn --without-librtmp --without-zlib --disable-ldap \
--disable-libcurl-option --prefix=`pwd`/../
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment