summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-03-04 12:11:14 +0100
committerMartin Stransky <stransky@redhat.com>2022-03-04 12:11:14 +0100
commitb9596148e42fec01e7dcd8177e2f3a206134bb08 (patch)
tree5efc8d94701b28608e8738ad443dc195879e26b8 /firefox.spec
parentAdded missing files, updated to build2 (diff)
downloadlibrewolf-fedora-ff-b9596148e42fec01e7dcd8177e2f3a206134bb08.tar.gz
librewolf-fedora-ff-b9596148e42fec01e7dcd8177e2f3a206134bb08.tar.bz2
librewolf-fedora-ff-b9596148e42fec01e7dcd8177e2f3a206134bb08.zip
Added fix for gcc12 build errors
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 7c54108..7ef1065 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -224,6 +224,7 @@ Patch66: D139078.diff
Patch67: D139088.diff
Patch68: D139703.diff
Patch69: D139704.diff
+Patch70: 0001-GLIBCXX-fix-for-GCC-12.patch
# Test patches
# Generate without context by
@@ -477,6 +478,7 @@ This package contains results of tests executed during build.
%patch67 -p1 -b .D139088
%patch68 -p1 -b .D139703
%patch69 -p1 -b .D139704
+%patch70 -p1 -b .0001-GLIBCXX-fix-for-GCC-12
# Test patches
#%patch100 -p1 -b .firefox-tests-xpcshell
bgstack15