[dev-db/mongodb] add gcc 15 patch from abseil
This commit is contained in:
parent
5d71012c2d
commit
e631839318
13
dev-db/mongodb/files/mongodb-5.0.29-gcc-15.patch
Normal file
13
dev-db/mongodb/files/mongodb-5.0.29-gcc-15.patch
Normal file
@ -0,0 +1,13 @@
|
||||
https://github.com/abseil/abseil-cpp/commit/809e5de7b92950849289236a5a09e9cb4f32c7b9
|
||||
diff --git a/src/third_party/abseil-cpp-master/abseil-cpp/absl/container/internal/container_memory.h b/src/third_party/abseil-cpp-master/abseil-cpp/absl/container/internal/container_memory.h
|
||||
index e67529ecb6e..d777480d604 100644
|
||||
--- a/src/third_party/abseil-cpp-master/abseil-cpp/absl/container/internal/container_memory.h
|
||||
+++ b/src/third_party/abseil-cpp-master/abseil-cpp/absl/container/internal/container_memory.h
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <cstddef>
|
||||
+#include <cstdint>
|
||||
#include <memory>
|
||||
#include <new>
|
||||
#include <tuple>
|
@ -85,6 +85,7 @@ PATCHES=(
|
||||
"${FILESDIR}/${PN}-4.4.29-no-enterprise.patch"
|
||||
"${FILESDIR}/${PN}-5.0.26-boost-1.85.patch"
|
||||
"${FILESDIR}/${PN}-5.0.26-boost-1.85-extra.patch"
|
||||
"${FILESDIR}/${PN}-5.0.29-gcc-15.patch"
|
||||
)
|
||||
|
||||
python_check_deps() {
|
||||
|
@ -86,6 +86,7 @@ PATCHES=(
|
||||
"${FILESDIR}/${PN}-4.4.29-no-enterprise.patch"
|
||||
"${FILESDIR}/${PN}-5.0.26-boost-1.85.patch"
|
||||
"${FILESDIR}/${PN}-6.0.17-boost-1.85.patch"
|
||||
"${FILESDIR}/${PN}-5.0.29-gcc-15.patch"
|
||||
)
|
||||
|
||||
python_check_deps() {
|
||||
|
Loading…
Reference in New Issue
Block a user