Skip to content

Commit

Permalink
remove deprecated module from curl install
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaSBrown committed Mar 7, 2024
1 parent 27cc694 commit b3e6174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/dependency_install_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -487,10 +487,10 @@ install_libcurl() {

# Making third party features and dependencies explicit
# OpenSSL is needed for HTTPS encryption
# NSS - Network Security Services for HTTP support
# File - allows caching requires libc
# GNUTLS - HTTPS support session management certificate verification etc
./configure --with-openssl --with-ssl --with-gnutls --with-nss --with-zlib \
# NOTE: NSS - Network Security Services for HTTP support is deprecated
./configure --with-openssl --with-ssl --with-gnutls --with-zlib \
--enable-file --disable-shared \
--disable-ldap --disable-ldaps --disable-rtsp --disable-dict \
--disable-telnet --disable-tftp --disable-pop3 --disable-imap \
Expand Down

0 comments on commit b3e6174

Please sign in to comment.