diff --git a/dep/Makefile b/dep/Makefile index f2e8a9a0..7b42373b 100755 --- a/dep/Makefile +++ b/dep/Makefile @@ -130,7 +130,7 @@ curl-7.79.1: $(UNTAR) curl-7.79.1.tar.gz rm curl-7.79.1.tar.gz -CURL_FLAGS += --enable-symbol-hiding --enable-shared=no +CURL_FLAGS += --disable-symbol-hiding --enable-shared=no CURL_FLAGS += --enable-http --disable-ftp --disable-file --disable-ldap --disable-ldaps --disable-rtsp --enable-proxy --disable-dict --disable-telnet --disable-tftp --disable-pop3 --disable-imap --disable-smb --disable-smtp --disable-gopher --disable-mqtt --disable-manual --enable-threaded-resolver --enable-pthreads --enable-verbose --disable-sspi --disable-ntlm --disable-ntlm-wb --disable-tls-srp --disable-unix-sockets --disable-doh --disable-mime --disable-dateparse --disable-netrc --disable-progress-meter --disable-alt-svc CURL_FLAGS += --without-hyper --without-zlib --without-brotli --without-zstd --without-libpsl --without-libgsasl --without-libssh2 --without-librtmp --without-winidn --without-libidn2 --without-nghttp2 --without-ngtcp2 --without-nghttp3 --without-quiche CURL_FLAGS += --with-ssl="$(DEP_PATH)"