summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch
diff options
context:
space:
mode:
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.patch2
1 files changed, 1 insertions, 1 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 dadd3da85e..5c9be443d8 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
@@ -12,6 +12,6 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
12+#elif (defined(__PPC__) || defined(__powerpc__)) 12+#elif (defined(__PPC__) || defined(__powerpc__))
13+#define OPENSSL_32_BIT 13+#define OPENSSL_32_BIT
14+#define OPENSSL_PPC 14+#define OPENSSL_PPC
15 #elif defined(__mips__) && !defined(__LP64__) 15 #elif defined(__MIPSEL__) && !defined(__LP64__)
16 #define OPENSSL_32_BIT 16 #define OPENSSL_32_BIT
17 #define OPENSSL_MIPS 17 #define OPENSSL_MIPS