Skip to content

Commit

Permalink
curl: prepare for setting CURL_CA_FALLBACK more [ci skip]
Browse files Browse the repository at this point in the history
Follow-up to 5a43c61
  • Loading branch information
vszakats committed Oct 8, 2023
1 parent 3ec6158 commit eca9934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curl-cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,9 @@ _VER="$1"
if [ "${_OPENSSL}" = 'boringssl' ] || [ "${_OPENSSL}" = 'awslc' ]; then
if [ "${_OPENSSL}" = 'boringssl' ]; then
CPPFLAGS="${CPPFLAGS} -DCURL_BORINGSSL_VERSION=\\\"$(printf '%.8s' "${BORINGSSL_VER_}")\\\""
options="${options} -DHAVE_BORINGSSL=ON" # fast-track configuration
options="${options} -DHAVE_BORINGSSL=ON -DHAVE_AWSLC=OFF" # fast-track configuration
else
options="${options} -DHAVE_AWSLC=ON" # fast-track configuration
options="${options} -DHAVE_BORINGSSL=OFF -DHAVE_AWSLC=ON" # fast-track configuration
fi
if [ "${_TOOLCHAIN}" = 'mingw-w64' ] && [ "${_CPU}" = 'x64' ] && [ "${_CRT}" = 'ucrt' ]; then # FIXME
LIBS="${LIBS} -Wl,-Bdynamic -lpthread -Wl,-Bstatic"
Expand Down

0 comments on commit eca9934

Please sign in to comment.