diff options
| author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2021-07-27 15:29:44 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-27 15:29:44 -0700 |
| commit | dc35791a568aacf855355bcfcdff978ec22e69d3 (patch) | |
| tree | 8c664e80a682d6429d0bce4887db6fd953726bd8 /versions/g- | |
| parent | 7dbc05515b44bf54d2a42b4da9d1e1f910868b86 (diff) | |
| download | vcpkg-dc35791a568aacf855355bcfcdff978ec22e69d3.tar.gz vcpkg-dc35791a568aacf855355bcfcdff978ec22e69d3.zip | |
[grpc] fix generated pkg-config file (#19174)
gRPC uses `upb`, but normally it vendors-in the dependency. The
vendored-in version uses a single library artifact, and the generated
pkg-config file simply adds `-lupb`. In `vcpkg` we use the `upb`
package. This has more libraries, and thus more `-lupb_*` options are
needed. Ideally we would use a `upb.pc` file, but that does not exist.
Diffstat (limited to 'versions/g-')
| -rw-r--r-- | versions/g-/grpc.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/versions/g-/grpc.json b/versions/g-/grpc.json index 2b050b860..4d56acdef 100644 --- a/versions/g-/grpc.json +++ b/versions/g-/grpc.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "38a2b1bc9dd5fca170489b616d33efae6dd43158", + "version-semver": "1.37.0", + "port-version": 3 + }, + { "git-tree": "9bcee29de46cc5f1edbe016d192f243f65e64a5f", "version-semver": "1.37.0", "port-version": 2 |
