-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve 14506, avoid libidn2 for our curl dependency (#14601)
- Reviews the proposal of @jay to resolve libidn2 feature election curl/curl#6362 - Uses -U2 for the patch, to ensure placement but not useless collisions - Moves extended text of the problems addressed to the patch This additional patch to dodge idn2 is draft, but hopefully resembles the final patch to let us pass a simple toggle to avoid libidn2 for machines deployed without libidn2 libs. In any case, any dynamic additional ld requirement goes against the static build model, and libidn2 would have to be added to the envoy build. As we expect to deprecate curl, this would be movement in the wrong direction. Risk Level: low Testing: local Docs Changes: n/a Release Notes: n/a Platform Specific Features: Linux ldd bindings Fixes: #14506 Signed-off-by: William A Rowe Jr <wrowe@vmware.com>
- Loading branch information
Showing
3 changed files
with
70 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters