Files
nixpkgs/pkgs/by-name/gr/grpc/dynamic-lookup-darwin.patch
Dark Steveneq 646b892680
Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
push sheeet
2025-10-09 14:15:47 +02:00

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)