diff options
author | Benjamin Barenblat <bbaren@google.com> | 2021-02-09 12:30:21 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2021-02-09 12:30:21 -0500 |
commit | 3c7f34d4b49ae334ce77774cf7deafa19f916ba6 (patch) | |
tree | 7b2c88e4f779222cd5a4210d7656c7bc5e35c76a /debian/patches | |
parent | e52362c12efa94f30b9545e3719fc77a20aa279e (diff) | |
download | abseil-3c7f34d4b49ae334ce77774cf7deafa19f916ba6.tar.gz abseil-3c7f34d4b49ae334ce77774cf7deafa19f916ba6.tar.bz2 abseil-3c7f34d4b49ae334ce77774cf7deafa19f916ba6.zip |
Note that endian-random.diff has been applied upstream
Diffstat (limited to 'debian/patches')
-rw-r--r-- | debian/patches/endian-random.diff | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/patches/endian-random.diff b/debian/patches/endian-random.diff index 244f36df..9fe2b166 100644 --- a/debian/patches/endian-random.diff +++ b/debian/patches/endian-random.diff @@ -1,11 +1,16 @@ From: Benjamin Barenblat <bbaren@google.com> Subject: Remove endian-sensitivity from Abseil's RNG Forwarded: yes +Applied-Upstream: https://github.com/abseil/abseil-cpp/commit/c36d825d9a5443f81d2656685ae021d6326da90c Ensure that the Abseil random number generator produces identical output on both big- and little-endian platforms by byte-swapping appropriately on big-endian systems. +The author works at Google. Upstream applied this patch as Piper +revision 355635051 and exported it to GitHub; the Applied-Upstream URL +above points to the exported commit. + --- a/absl/base/BUILD.bazel +++ b/absl/base/BUILD.bazel @@ -479,6 +479,7 @@ |