We've identified an issue that it's not possible to escape libidn2 using a conventional CURL_DISABLE_IDN2 toggle. This makes curl unusable in our static release builds at envoy and other projects.
The text was updated successfully, but these errors were encountered:
New option USE_LIBIDN2 defaults to ON for libidn2 detection. Prior to
this change libidn2 detection could not be turned off in cmake builds.
Reported-by: William A Rowe Jr
Fixescurl#6361
Closes #xxxx
envoyproxy/envoy#14506 (comment)
We've identified an issue that it's not possible to escape libidn2 using a conventional CURL_DISABLE_IDN2 toggle. This makes curl unusable in our static release builds at envoy and other projects.
The text was updated successfully, but these errors were encountered: