summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2021-03-01 13:46:57 +0100
committerMartin Stransky <stransky@redhat.com>2021-03-01 13:46:57 +0100
commit3507a285d16120ac77ae11d0df8e19cd03cba78d (patch)
treebf0889e8fa60650633638f167359d7b97356bf23
parentAdded icecat-78.7.1-fix_error_template_with_C_linkage.patch to build on F34+ (diff)
downloadlibrewolf-fedora-ff-3507a285d16120ac77ae11d0df8e19cd03cba78d.tar.gz
librewolf-fedora-ff-3507a285d16120ac77ae11d0df8e19cd03cba78d.tar.bz2
librewolf-fedora-ff-3507a285d16120ac77ae11d0df8e19cd03cba78d.zip
Added icecat-78.7.1-fix_error_template_with_C_linkage.patch to build on F34+
-rw-r--r--firefox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/firefox.spec b/firefox.spec
index 256c3bf..e84938d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -226,6 +226,7 @@ Patch53: firefox-gcc-build.patch
Patch54: mozilla-1669639.patch
Patch55: firefox-testing.patch
Patch56: mozilla-1686888.patch
+Patch57: icecat-78.7.1-fix_error_template_with_C_linkage.patch
# Test patches
# Generate without context by
@@ -474,6 +475,7 @@ This package contains results of tests executed during build.
%patch54 -p1 -b .1669639
%patch55 -p1 -b .testing
%patch56 -p1 -b .1686888-dump-syms
+%patch57 -p1 -b .icecat-78.7.1-fix_error_template_with_C_linkage
# Test patches
%patch100 -p1 -b .firefox-tests-xpcshell
bgstack15