2025-02-12 15:23:22 +01:00
|
|
|
From: <ej@inai.de>
|
|
|
|
Date: 2025-02-12 15:22:18.058482440 +0100
|
|
|
|
|
|
|
|
CMakeLists.txt is using a bundled copy of otel, so there is no .pc file to depend on.
|
|
|
|
|
|
|
|
---
|
|
|
|
CMakeLists.txt | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
2025-07-26 23:13:42 +05:30
|
|
|
Index: grpc-1.74.0/CMakeLists.txt
|
2025-02-12 15:23:22 +01:00
|
|
|
===================================================================
|
2025-07-26 23:13:42 +05:30
|
|
|
--- grpc-1.74.0.orig/CMakeLists.txt
|
|
|
|
+++ grpc-1.74.0/CMakeLists.txt
|
|
|
|
@@ -47374,7 +47374,7 @@ generate_pkgconfig(
|
2025-02-12 15:23:22 +01:00
|
|
|
"gRPC++ OpenTelemetry Plugin"
|
|
|
|
"OpenTelemetry Plugin for gRPC C++"
|
|
|
|
"${gRPC_CPP_VERSION}"
|
2025-07-26 23:13:42 +05:30
|
|
|
- "absl_absl_check absl_absl_log absl_algorithm_container absl_any_invocable absl_base absl_bind_front absl_bits absl_btree absl_check absl_cleanup absl_config absl_cord absl_core_headers absl_flags absl_flags_marshalling absl_flat_hash_map absl_flat_hash_set absl_function_ref absl_hash absl_inlined_vector absl_log absl_log_globals absl_log_severity absl_memory absl_no_destructor absl_optional absl_random_bit_gen_ref absl_random_distributions absl_random_random absl_span absl_status absl_statusor absl_str_format absl_string_view absl_strings absl_synchronization absl_time absl_type_traits absl_utility gpr grpc grpc++ opentelemetry_api"
|
|
|
|
+ "absl_absl_check absl_absl_log absl_algorithm_container absl_any_invocable absl_base absl_bind_front absl_bits absl_btree absl_check absl_cleanup absl_config absl_cord absl_core_headers absl_flags absl_flags_marshalling absl_flat_hash_map absl_flat_hash_set absl_function_ref absl_hash absl_inlined_vector absl_log absl_log_globals absl_log_severity absl_memory absl_no_destructor absl_optional absl_random_bit_gen_ref absl_random_distributions absl_random_random absl_span absl_status absl_statusor absl_str_format absl_string_view absl_strings absl_synchronization absl_time absl_type_traits absl_utility gpr grpc grpc++"
|
2025-02-12 15:23:22 +01:00
|
|
|
"libcares openssl re2 zlib"
|
|
|
|
"-lgrpcpp_otel_plugin"
|
2025-06-08 21:43:51 +05:30
|
|
|
"-laddress_sorting -lupb_textformat_lib -lupb_json_lib -lupb_reflection_lib -lupb_wire_lib -lupb_message_lib -lutf8_range_lib -lupb_mini_descriptor_lib -lupb_mini_table_lib -lupb_hash_lib -lupb_mem_lib -lupb_base_lib -lupb_lex_lib"
|