diff options
author | Jan Horak <jhorak@redhat.com> | 2017-09-05 16:17:46 +0200 |
---|---|---|
committer | Jan Horak <jhorak@redhat.com> | 2017-09-05 16:17:46 +0200 |
commit | 28176de9cd3b6abe0c19d241d29f213b6c37e3a6 (patch) | |
tree | fc4c9ec69cae7f5bbffff0760f4a4dd6a9571e2a /firefox.spec | |
parent | Merge branch 'master' into f26 (diff) | |
parent | Fix for missing cacheFlush when JS_CODEGE_NONE is used (s390) (diff) | |
download | librewolf-fedora-ff-28176de9cd3b6abe0c19d241d29f213b6c37e3a6.tar.gz librewolf-fedora-ff-28176de9cd3b6abe0c19d241d29f213b6c37e3a6.tar.bz2 librewolf-fedora-ff-28176de9cd3b6abe0c19d241d29f213b6c37e3a6.zip |
Merge branch 'master' into f26
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec index db73936..a7d8e03 100644 --- a/firefox.spec +++ b/firefox.spec @@ -129,6 +129,7 @@ Patch25: rhbz-1219542-s390-build.patch Patch26: build-icu-big-endian.patch Patch27: mozilla-1335250.patch Patch28: build-1360521-missing-cheddar.patch +# Also fixes s390x: https://bugzilla.mozilla.org/show_bug.cgi?id=1376268 Patch29: build-big-endian.patch Patch30: fedora-build.patch Patch31: build-ppc64-s390x-curl.patch @@ -140,6 +141,8 @@ Patch36: build-missing-xlocale-h.patch # Always feel lucky for unsupported platforms: # https://bugzilla.mozilla.org/show_bug.cgi?id=1347128 Patch37: build-jit-atomic-always-lucky.patch +# Fixing missing cacheFlush when JS_CODEGEN_NONE is used (s390x) +Patch38: build-cacheFlush-missing.patch # Fedora specific patches # Unable to install addons from https pages @@ -320,6 +323,7 @@ This package contains results of tests executed during build. %patch35 -p1 -b .ppc-jit %endif %patch37 -p1 -b .jit-atomic-lucky +%patch38 -p1 -b .cacheFlush-missing %patch3 -p1 -b .arm |