mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
7f39165cca
Diff: https://github.com/grpc/grpc/compare/v1.62.1...v1.66.1 Changelog: https://github.com/grpc/grpc/releases/tag/v1.66.1
12 lines
539 B
Diff
12 lines
539 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 053b9e3784..0979b504da 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -38083,3 +38083,6 @@ generate_pkgconfig(
|
|
"-lgrpcpp_otel_plugin"
|
|
"-laddress_sorting -lupb_textformat_lib -lupb_json_lib -lupb_wire_lib -lupb_message_lib -lutf8_range_lib -lupb_mini_descriptor_lib -lupb_mem_lib -lupb_base_lib"
|
|
"grpcpp_otel_plugin.pc")
|
|
+
|
|
+target_link_options(upb_textformat_lib PRIVATE -Wl,-undefined,dynamic_lookup)
|
|
+target_link_options(upb_json_lib PRIVATE -Wl,-undefined,dynamic_lookup)
|