Skip to content

Commit

Permalink
curl.sh: set CURL_DISABLE_SHA512_256=ON in zero/bldtst/pico builds …
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Sep 1, 2024
1 parent 9766600 commit 3212057
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ _VER="$1"
options+=' -DCURL_DISABLE_BASIC_AUTH=ON -DCURL_DISABLE_BEARER_AUTH=ON -DCURL_DISABLE_DIGEST_AUTH=ON -DCURL_DISABLE_KERBEROS_AUTH=ON -DCURL_DISABLE_NEGOTIATE_AUTH=ON -DCURL_DISABLE_AWS=ON'
options+=' -DCURL_DISABLE_HTTP_AUTH=ON'
options+=' -DCURL_DISABLE_NTLM=ON'
if [ "${CURL_VER_}" != '8.9.1' ]; then
options+=' -DCURL_DISABLE_SHA512_256=ON'
fi
options+=' -DCURL_DISABLE_DICT=ON -DCURL_DISABLE_FILE=ON -DCURL_DISABLE_GOPHER=ON -DCURL_DISABLE_MQTT=ON -DCURL_DISABLE_RTSP=ON -DCURL_DISABLE_SMB=ON -DCURL_DISABLE_TELNET=ON -DCURL_DISABLE_TFTP=ON'
options+=' -DCURL_DISABLE_FTP=ON'
options+=' -DCURL_DISABLE_POP3=ON -DCURL_DISABLE_SMTP=ON'
Expand Down

0 comments on commit 3212057

Please sign in to comment.