summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build-ppc64-s390x-curl.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-ppc64-s390x-curl.patch b/build-ppc64-s390x-curl.patch
index c9a39e2..6c303f3 100644
--- a/build-ppc64-s390x-curl.patch
+++ b/build-ppc64-s390x-curl.patch
@@ -7,7 +7,7 @@ diff -up firefox-54.0/toolkit/crashreporter/google-breakpad/src/third_party/curl
#if defined(_M_X64) || (defined(__x86_64__) && !defined(__ILP32__)) || \
- defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64)
+ defined(__aarch64__) || (defined(__mips__) && _MIPS_SIM == _ABI64) || \
-+ defined(__PPC64__) || defined(__pcc64le__) || defined(__S390X__)
++ defined(__PPC64__) || defined(__pcc64le__) || defined(__S390X__) || defined(__s390x__)
#define CURL_SIZEOF_LONG 8
#else
#define CURL_SIZEOF_LONG 4
bgstack15