diff options
author | Jan Horak <jhorak@redhat.com> | 2017-06-12 23:48:03 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2017-06-12 23:48:03 +0200 |
commit | cf4a4e4ca96f416d9636c1a58dac5bcf8ae31ae7 (patch) | |
tree | ab06c0af6a9de9e404ce45ad654fbc85c6c9958e /build-ppc64-s390x-curl.patch | |
parent | Added fixes for ppc64le, ppc64 and s390x (diff) | |
download | librewolf-fedora-ff-cf4a4e4ca96f416d9636c1a58dac5bcf8ae31ae7.tar.gz librewolf-fedora-ff-cf4a4e4ca96f416d9636c1a58dac5bcf8ae31ae7.tar.bz2 librewolf-fedora-ff-cf4a4e4ca96f416d9636c1a58dac5bcf8ae31ae7.zip |
Trying to fix s390x build fail
Diffstat (limited to 'build-ppc64-s390x-curl.patch')
-rw-r--r-- | build-ppc64-s390x-curl.patch | 2 |
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 |