dev-libs/aws-sdk-cpp: add 1.11.586

Nothing is enabled by default except for minimum cores, identity management, and sts.
Even compiling with 16 threads using a Ryzen 9 7900 takes about 30 minutes with everything enabled.
To help minimize build times, we make enabled services configurable per group.

Signed-off-by: KotoishiHeart <trakrailysurely@danceylove.net>
Part-of: https://github.com/gentoo/guru/pull/331
Closes: https://github.com/gentoo/guru/pull/331
Signed-off-by: KotoishiHeart <trakrailysurely@danceylove.net>
This commit is contained in:
KotoishiHeart
2025-06-20 21:57:44 +09:00
parent 5f30d53c42
commit 6485cc9c78
4 changed files with 141 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
diff --git a/src/aws-cpp-sdk-core/include/aws/core/utils/crypto/SecureRandom.h b/src/aws-cpp-sdk-core/include/aws/core/utils/crypto/SecureRandom.h
index 2d5e56b7b..fca096cfe 100644
--- a/src/aws-cpp-sdk-core/include/aws/core/utils/crypto/SecureRandom.h
+++ b/src/aws-cpp-sdk-core/include/aws/core/utils/crypto/SecureRandom.h
@@ -6,6 +6,7 @@
#include <type_traits>
#include <memory>
#include <cassert>
+#include <cstdint>
namespace Aws
{