Skip to content

Commit

Permalink
[grpc] fix upb library order in pkgconfig (microsoft#26752)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Sep 13, 2022
1 parent 274e8be commit 9e6aab1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/grpc/00014-pkgconfig-upbdefs.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index 25990a5d8a..4c7831cba5 100644
"${gRPC_CORE_VERSION}"
"gpr openssl absl_base absl_bind_front absl_cord absl_core_headers absl_flat_hash_map absl_flat_hash_set absl_function_ref absl_hash absl_inlined_vector absl_memory absl_optional absl_random_random absl_span absl_status absl_statusor absl_str_format absl_strings absl_synchronization absl_time absl_type_traits absl_utility absl_variant"
- "-lgrpc -laddress_sorting -lre2 -lupb -lcares -lz"
+ "-lgrpc -laddress_sorting -lre2 -ldescriptor_upb_proto -lupb_fastdecode -lupb_json -lupb_reflection -lupb_textformat -lupb_utf8_range -lupb -lcares -lz"
+ "-lgrpc -laddress_sorting -lre2 -lupb_json -lupb_textformat -lupb_reflection -lupb -lupb_fastdecode -lupb_utf8_range -ldescriptor_upb_proto -lcares -lz"
""
"grpc.pc")

2 changes: 1 addition & 1 deletion ports/grpc/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "grpc",
"version-semver": "1.48.0",
"port-version": 1,
"port-version": 2,
"description": "An RPC library and framework",
"homepage": "https://github.com/grpc/grpc",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2734,7 +2734,7 @@
},
"grpc": {
"baseline": "1.48.0",
"port-version": 1
"port-version": 2
},
"grppi": {
"baseline": "0.4.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/g-/grpc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "efed7f493dec5fdebaebdec83c521fc860b432a3",
"version-semver": "1.48.0",
"port-version": 2
},
{
"git-tree": "7b2206a9758481b4773a93435aa6cfe7de4bf9e5",
"version-semver": "1.48.0",
Expand Down

0 comments on commit 9e6aab1

Please sign in to comment.