From cf4a4e4ca96f416d9636c1a58dac5bcf8ae31ae7 Mon Sep 17 00:00:00 2001 From: Jan Horak Date: Mon, 12 Jun 2017 23:48:03 +0200 Subject: [PATCH] Trying to fix s390x build fail --- build-ppc64-s390x-curl.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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