Disable brotli from curl #1458
This commit is contained in:
Родитель
d1a14e6c12
Коммит
669c149f5c
|
@ -20,7 +20,7 @@ endif
|
||||||
curl/curl/lib/.libs/libcurl.a:
|
curl/curl/lib/.libs/libcurl.a:
|
||||||
cd curl && rm -rf curl-7.57.0 || true
|
cd curl && rm -rf curl-7.57.0 || true
|
||||||
cd curl && tar -zxf curl-7.57.0.tar.gz
|
cd curl && tar -zxf curl-7.57.0.tar.gz
|
||||||
cd curl/curl && ./configure --disable-debug --disable-ftp --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual --disable-ipv6 --disable-sspi --disable-crypto-auth --disable-ntlm-wb --disable-tls-srp --without-nghttp2 --without-libidn2 --without-libssh2 && CC=${CC} CXX=${CXX} ${MAKE}
|
cd curl/curl && ./configure --disable-debug --disable-ftp --disable-ldap --disable-ldaps --disable-rtsp --disable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-manual --disable-ipv6 --disable-sspi --disable-crypto-auth --disable-ntlm-wb --disable-tls-srp --without-nghttp2 --without-libidn2 --without-libssh2 --without-brotli && CC=${CC} CXX=${CXX} ${MAKE}
|
||||||
curl: curl/curl/lib/.libs/libcurl.a
|
curl: curl/curl/lib/.libs/libcurl.a
|
||||||
|
|
||||||
libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a:
|
libmicrohttpd/libmicrohttpd/src/microhttpd/.libs/libmicrohttpd.a:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче