forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-db/mongodb: Fix building against boost 1.71
Closes: https://bugs.gentoo.org/694530 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: David Seifert <[email protected]>
- Loading branch information
1 parent
c60a265
commit d32a175
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
dev-db/mongodb/files/mongodb-4.0.12-boost-1.71-cxxabi-include.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,12 @@ | ||
--- a/src/mongo/util/heap_profiler.cpp | ||
+++ b/src/mongo/util/heap_profiler.cpp | ||
@@ -49,6 +49,9 @@ | ||
#include <dlfcn.h> | ||
#include <execinfo.h> | ||
|
||
+// for abi::__cxa_demangle | ||
+#include <cxxabi.h> | ||
+ | ||
// | ||
// Sampling heap profiler | ||
// |
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