summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2022-06-09 12:12:48 +0200
committerMartin Stransky <stransky@redhat.com>2022-06-09 12:12:48 +0200
commit980a9af4ddbabe91f61563d7ec905fe55d5213b1 (patch)
treeb22cf5b28498657cf97285b73e669101d916185a
parentFixed langpack name (diff)
downloadlibrewolf-fedora-ff-980a9af4ddbabe91f61563d7ec905fe55d5213b1.tar.gz
librewolf-fedora-ff-980a9af4ddbabe91f61563d7ec905fe55d5213b1.tar.bz2
librewolf-fedora-ff-980a9af4ddbabe91f61563d7ec905fe55d5213b1.zip
cbindgen build fix
-rw-r--r--firefox.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 7fccbea..0673ea6 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -486,7 +486,8 @@ This package contains results of tests executed during build.
%patch71 -p1 -b .0001-GLIBCXX-fix-for-GCC-12
%patch73 -p1 -b .D147266
%patch74 -p1 -b .D147267
-%patch75 -p1 -b .mzbz#1773336
+# Needs for new cbindgen only
+%patch75 -p1 -b .1773336
# Test patches
#%patch100 -p1 -b .firefox-tests-xpcshell
bgstack15