diff options
| author | Sam James <sam@gentoo.org> | 2021-04-29 04:02:48 +0100 |
|---|---|---|
| committer | Sam James <sam@gentoo.org> | 2021-04-29 05:04:34 +0100 |
| commit | 6459947b9a21796aa2980fce0e16f25a9bb37294 (patch) | |
| tree | 1732740d55f4b7e67a7df98729b05ace1c460087 /dev-cpp/abseil-cpp/files | |
| parent | 2793b324e60b68cb3c47633348cd8d4b1bde577b (diff) | |
| download | gentoo-6459947b9a21796aa2980fce0e16f25a9bb37294.tar.gz gentoo-6459947b9a21796aa2980fce0e16f25a9bb37294.tar.bz2 gentoo-6459947b9a21796aa2980fce0e16f25a9bb37294.zip | |
dev-cpp/abseil-cpp: backport fix for arm64 CPUs without crypto extensions
* Backport fix for arm64 CPUs without crypto extensions
(needed for a keywording bug).
* Add information in patch / background on the problem
(including mentioning the need for an ebuild change,
in case e.g. another distro tries to pick it up,
and to remind us to try upstream it.)
* Add explicit flag-o-matic inherits accordingly.
See: 619cfe3daec298493d31030008efc12e5ebbf7ec
Bug: https://bugs.gentoo.org/778926
Bug: https://bugs.gentoo.org/766411
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/abseil-cpp/files')
| -rw-r--r-- | dev-cpp/abseil-cpp/files/abseil-cpp-20200923-arm_no_crypto.patch | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dev-cpp/abseil-cpp/files/abseil-cpp-20200923-arm_no_crypto.patch b/dev-cpp/abseil-cpp/files/abseil-cpp-20200923-arm_no_crypto.patch index b74a6c70e904..762476a10184 100644 --- a/dev-cpp/abseil-cpp/files/abseil-cpp-20200923-arm_no_crypto.patch +++ b/dev-cpp/abseil-cpp/files/abseil-cpp-20200923-arm_no_crypto.patch @@ -1,3 +1,10 @@ +Don't assume all ARM CPUs have crypto extensions. + +Requires an accompanying change in the ebuild to disable crypto +extensions (by passing -DABSL_ARCH_ARM_NO_CRYPTO). This could +be done by the build system instead in future. + +https://bugs.gentoo.org/778926 --- /absl/random/internal/randen_hwaes.cc +++ /absl/random/internal/randen_hwaes.cc @@ -50,8 +50,11 @@ |
