-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6a99d9
commit b0f0880
Showing
5 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
recipe/patches/0002-add-missing-shared-library-dependencies.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
From 7f3c459ec9db6619263fa3c207e0de6a6eba9089 Mon Sep 17 00:00:00 2001 | ||
From: "H. Vetinari" <h.vetinari@gmx.com> | ||
Date: Sat, 27 May 2023 14:50:43 +1100 | ||
Subject: [PATCH 4/4] add necessary abseil linkage | ||
|
||
--- | ||
exporters/otlp/CMakeLists.txt | 2 +- | ||
1 file changed, 1 insertion(+), 1 deletion(-) | ||
|
||
diff --git a/exporters/otlp/CMakeLists.txt b/exporters/otlp/CMakeLists.txt | ||
index 58c09f89..76ae901b 100644 | ||
--- a/exporters/otlp/CMakeLists.txt | ||
+++ b/exporters/otlp/CMakeLists.txt | ||
@@ -102,7 +102,7 @@ if(WITH_OTLP_GRPC) | ||
opentelemetry_exporter_otlp_grpc_metrics | ||
PUBLIC opentelemetry_otlp_recordable | ||
opentelemetry_exporter_otlp_grpc_client | ||
- PRIVATE gRPC::grpc++) | ||
+ PRIVATE gRPC::grpc++ absl::strings) | ||
|
||
list(APPEND OPENTELEMETRY_OTLP_TARGETS | ||
opentelemetry_exporter_otlp_grpc_metrics) |