summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-03-16 13:31:58 +0100
committerMartin Stransky <stransky@redhat.com>2022-03-16 13:31:58 +0100
commit32ae24f618bf1d681cc45e6d93ff69f75a4b6d58 (patch)
treef485d00d488dc25da023e3d33e051824b3494c1b /firefox.spec
parentupdated changelog (diff)
downloadlibrewolf-fedora-ff-32ae24f618bf1d681cc45e6d93ff69f75a4b6d58.tar.gz
librewolf-fedora-ff-32ae24f618bf1d681cc45e6d93ff69f75a4b6d58.tar.bz2
librewolf-fedora-ff-32ae24f618bf1d681cc45e6d93ff69f75a4b6d58.zip
Added 0001-GLIBCXX-fix-for-GCC-12.patch back due to gcc failure
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 956a134..6e03434 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -225,6 +225,7 @@ Patch67: D139088.diff
Patch68: D139703.diff
Patch69: D139704.diff
Patch70: crossbeam-downgrade-rhbz2063961.patch
+Patch71: 0001-GLIBCXX-fix-for-GCC-12.patch
# Test patches
# Generate without context by
@@ -481,6 +482,7 @@ This package contains results of tests executed during build.
%ifarch aarch64
%patch70 -p1 -b .crossbeam-downgrade-rhbz2063961
%endif
+%patch71 -p1 -b .0001-GLIBCXX-fix-for-GCC-12
# Test patches
#%patch100 -p1 -b .firefox-tests-xpcshell
bgstack15