diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch b/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch index 8ac2aef8c4..dadd3da85e 100644 --- a/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch +++ b/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch | |||
@@ -3,8 +3,8 @@ Let boringSSL compile on ppc32 bit | |||
3 | Upstream-Status: Pending | 3 | Upstream-Status: Pending |
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
5 | 5 | ||
6 | --- a/third_party/boringssl/include/openssl/base.h | 6 | --- a/third_party/boringssl-with-bazel/src/include/openssl/base.h |
7 | +++ b/third_party/boringssl/include/openssl/base.h | 7 | +++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h |
8 | @@ -99,6 +99,9 @@ extern "C" { | 8 | @@ -99,6 +99,9 @@ extern "C" { |
9 | #elif (defined(__PPC64__) || defined(__powerpc64__)) && defined(_LITTLE_ENDIAN) | 9 | #elif (defined(__PPC64__) || defined(__powerpc64__)) && defined(_LITTLE_ENDIAN) |
10 | #define OPENSSL_64_BIT | 10 | #define OPENSSL_64_BIT |