summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-09-13 19:58:04 +0200
committerMartin Stransky <stransky@redhat.com>2020-09-13 19:58:04 +0200
commite6e3098b9d11e682adb28d899f43258ce13663d0 (patch)
treea238e318c3d7b6b135a9bba2477f49a3eb7a2dac /firefox.spec
parentBuild fixes (diff)
downloadlibrewolf-fedora-ff-e6e3098b9d11e682adb28d899f43258ce13663d0.tar.gz
librewolf-fedora-ff-e6e3098b9d11e682adb28d899f43258ce13663d0.tar.bz2
librewolf-fedora-ff-e6e3098b9d11e682adb28d899f43258ce13663d0.zip
Added fix for gcc build crash
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index e18b4c4..61d7104 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -168,6 +168,7 @@ Patch49: build-arm-libaom.patch
#Patch50: Bug-1610814-Fix-NEON-compile-error-with-gcc-and-RGB-.patch
Patch51: build-nspr.patch
Patch52: mozilla-1875469.patch
+Patch53: firefox-gcc-build.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -370,6 +371,7 @@ This package contains results of tests executed during build.
#%patch50 -p1 -b .build-arm-SwizzleNEON
%patch51 -p1 -b .build-nspr
%patch52 -p1 -b .mozilla-1875469
+%patch53 -p1 -b .firefox-gcc-build
# Fedora patches
%patch215 -p1 -b .addons
bgstack15