-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reinstate backport of upstream PR 1115
- Loading branch information
1 parent
38ade21
commit 50b90d6
Showing
7 changed files
with
75 additions
and
7 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
2 changes: 1 addition & 1 deletion
2
recipe/patches/0001-patch-out-the-build-issue-on-clang4-osx.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
2 changes: 1 addition & 1 deletion
2
recipe/patches/0002-fix-for-linking-to-the-CoreFoundation-framework-on-O.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
2 changes: 1 addition & 1 deletion
2
recipe/patches/0003-remove-ignore-4221-from-ABSL_MSVC_LINKOPTS.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
66 changes: 66 additions & 0 deletions
66
recipe/patches/0005-fix-some-missing-ABSL_INTERNAL_DLL_TARGETS-for-share.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
From 54b57e1ccc6f2a9786f240a376d33eaf34daf3d2 Mon Sep 17 00:00:00 2001 | ||
From: "H. Vetinari" <h.vetinari@gmx.com> | ||
Date: Tue, 7 Feb 2023 13:01:27 +1100 | ||
Subject: [PATCH 5/6] fix some missing ABSL_INTERNAL_DLL_TARGETS for shared | ||
builds | ||
|
||
--- | ||
CMake/AbseilDll.cmake | 11 +++++++++++ | ||
1 file changed, 11 insertions(+) | ||
|
||
diff --git a/CMake/AbseilDll.cmake b/CMake/AbseilDll.cmake | ||
index c4a41e6d..eec6dd99 100644 | ||
--- a/CMake/AbseilDll.cmake | ||
+++ b/CMake/AbseilDll.cmake | ||
@@ -448,8 +448,14 @@ set(ABSL_INTERNAL_DLL_TARGETS | ||
"container_common" | ||
"container_memory" | ||
"cord" | ||
+ "cord_internal" | ||
+ "cordz_functions" | ||
+ "cordz_handle" | ||
+ "cordz_info" | ||
+ "cordz_sample_token" | ||
"core_headers" | ||
"counting_allocator" | ||
+ "crc_cord_state" | ||
"crc_cpu_detect" | ||
"crc_internal" | ||
"crc32c" | ||
@@ -498,12 +504,14 @@ set(ABSL_INTERNAL_DLL_TARGETS | ||
"log_initialize" | ||
"log" | ||
"log_entry" | ||
+ "log_flags" | ||
"log_sink" | ||
"log_sink_registry" | ||
"log_streamer" | ||
"log_internal_structured" | ||
"log_severity" | ||
"log_structured" | ||
+ "low_level_hash" | ||
"malloc_internal" | ||
"memory" | ||
"meta" | ||
@@ -555,8 +563,10 @@ set(ABSL_INTERNAL_DLL_TARGETS | ||
"stack_consumption" | ||
"stacktrace" | ||
"status" | ||
+ "statusor" | ||
"str_format" | ||
"str_format_internal" | ||
+ "strerror" | ||
"strings" | ||
"strings_internal" | ||
"symbolize" | ||
@@ -588,6 +598,7 @@ set(ABSL_INTERNAL_TEST_DLL_TARGETS | ||
"cordz_test_helpers" | ||
"hash_testing" | ||
"random_mocking_bit_gen" | ||
+ "random_internal_distribution_test_util" | ||
"random_internal_mock_overload_set" | ||
"scoped_mock_log" | ||
) | ||
-- | ||
2.38.1.windows.1 | ||
|
4 changes: 2 additions & 2 deletions
4
...0005-default-dll-import-for-windows.patch → ...0006-default-dll-import-for-windows.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