diff --git a/dep/Makefile b/dep/Makefile index 66dde272..e2c3f621 100755 --- a/dep/Makefile +++ b/dep/Makefile @@ -97,7 +97,7 @@ $(libcurl): $(openssl) $(WGET) "https://curl.haxx.se/download/curl-7.59.0.tar.gz" $(UNTAR) curl-7.59.0.tar.gz cd curl-7.59.0 && PKG_CONFIG_PATH= $(CONFIGURE) \ - --disable-ftp --disable-file --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-shared \ + --disable-ftp --disable-file --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-shared --disable-symbol-hiding \ --without-zlib --without-libpsl --without-libmetalink --without-libssh2 --without-librtmp --without-winidn --without-libidn2 --without-nghttp2 --without-brotli \ --without-ca-bundle --with-ca-fallback --with-ssl=$(realpath $(DEP_LOCAL)) $(MAKE) -C curl-7.59.0