-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
maint: Update to boost 1.84.0 (#1574)
Signed-off-by: Julien Jerphanion <[email protected]> Co-authored-by: Johan Mabille <[email protected]>
- Loading branch information
1 parent
d9bf407
commit 66830f7
Showing
3 changed files
with
102 additions
and
76 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
cpp/third_party/vcpkg_overlays/folly/0005-Deactivate-libunwind-features.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,25 @@ | ||
From c1ea3a2b60e2a153663abe5c3aa1c9bf51754b25 Mon Sep 17 00:00:00 2001 | ||
From: Julien Jerphanion <[email protected]> | ||
Date: Fri, 17 May 2024 17:17:53 +0200 | ||
Subject: [PATCH] Deactivate libunwind features | ||
|
||
Signed-off-by: Julien Jerphanion <[email protected]> | ||
--- | ||
folly/experimental/symbolizer/StackTrace.cpp | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/folly/experimental/symbolizer/StackTrace.cpp b/folly/experimental/symbolizer/StackTrace.cpp | ||
index bf79dced7..bdc8edc50 100644 | ||
--- a/folly/experimental/symbolizer/StackTrace.cpp | ||
+++ b/folly/experimental/symbolizer/StackTrace.cpp | ||
@@ -24,6 +24,7 @@ | ||
#include <folly/portability/Config.h> | ||
#include <folly/tracing/AsyncStack.h> | ||
|
||
+#define FOLLY_HAVE_LIBUNWIND 0 | ||
#if FOLLY_HAVE_LIBUNWIND | ||
// Must be first to ensure that UNW_LOCAL_ONLY is defined | ||
#define UNW_LOCAL_ONLY 1 | ||
-- | ||
2.45.1 | ||
|
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