aboutsummaryrefslogtreecommitdiff
path: root/ports/grpc/00014-pkgconfig-upbdefs.patch
AgeCommit message (Collapse)Author
2021-09-24[grpc] yet another library missing in pkg-config files (#20308)Carlos O'Ryan
2021-07-27[grpc] fix generated pkg-config file (#19174)Carlos O'Ryan
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.