diff options
| author | Jack·Boos·Yu <47264268+JackBoosY@users.noreply.github.com> | 2020-12-22 23:19:50 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 23:19:50 -0800 |
| commit | 3efce9a5c9d53ac486693bc52fd97a98ae4be81c (patch) | |
| tree | 4dd9e1bb3a0fb1ba997a282b9c933eb5e04ed86a /ports/curl/CONTROL | |
| parent | 4cf45e80e3eab2eece9b89e11015920da3a50580 (diff) | |
| download | vcpkg-3efce9a5c9d53ac486693bc52fd97a98ae4be81c.tar.gz vcpkg-3efce9a5c9d53ac486693bc52fd97a98ae4be81c.zip | |
[curl] Add feature idn2 (#14807)
Thanks for fixing phantom dependencies!
Diffstat (limited to 'ports/curl/CONTROL')
| -rw-r--r-- | ports/curl/CONTROL | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ports/curl/CONTROL b/ports/curl/CONTROL index 72bc677bb..82698dca9 100644 --- a/ports/curl/CONTROL +++ b/ports/curl/CONTROL @@ -1,4 +1,5 @@ Source: curl +Port-Version: 1 Version: 7.74.0 Build-Depends: zlib Homepage: https://github.com/curl/curl @@ -51,4 +52,8 @@ Description: SSPI support Feature: brotli Build-Depends: brotli -Description: brotli support (brotli)
\ No newline at end of file +Description: brotli support (brotli) + +Feature: idn2 +Build-Depends: libidn2 +Description: idn2 support (libidn2)
\ No newline at end of file |
