summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2018-03-12 11:51:58 +0100
committerMartin Stransky <stransky@redhat.com>2018-03-12 11:51:58 +0100
commitb07d076a65bee222363ac16be55dcacd9adec12b (patch)
treeeec5f178bb1b2bc1dc78f2983b5117b3c4b20b43 /firefox.spec
parentDisabled crash reporter on second arches (diff)
downloadlibrewolf-fedora-ff-b07d076a65bee222363ac16be55dcacd9adec12b.tar.gz
librewolf-fedora-ff-b07d076a65bee222363ac16be55dcacd9adec12b.tar.bz2
librewolf-fedora-ff-b07d076a65bee222363ac16be55dcacd9adec12b.zip
Removed obsoleted patch
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 0 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 89cd65e..3157127 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -127,7 +127,6 @@ Patch27: mozilla-1335250.patch
Patch29: build-big-endian.patch
Patch32: build-rust-ppc64le.patch
Patch35: build-ppc-jit.patch
-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
@@ -320,7 +319,6 @@ This package contains results of tests executed during build.
# Patch for big endian platforms only
%if 0%{?big_endian}
%patch26 -p1 -b .icu
-%patch36 -p2 -b .xlocale
%endif
%{__rm} -f .mozconfig
bgstack15