diff options
author | Martin Stransky <stransky@redhat.com> | 2022-06-09 12:12:48 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2022-06-09 12:12:48 +0200 |
commit | 980a9af4ddbabe91f61563d7ec905fe55d5213b1 (patch) | |
tree | b22cf5b28498657cf97285b73e669101d916185a | |
parent | Fixed langpack name (diff) | |
download | librewolf-fedora-ff-980a9af4ddbabe91f61563d7ec905fe55d5213b1.tar.gz librewolf-fedora-ff-980a9af4ddbabe91f61563d7ec905fe55d5213b1.tar.bz2 librewolf-fedora-ff-980a9af4ddbabe91f61563d7ec905fe55d5213b1.zip |
cbindgen build fix
-rw-r--r-- | firefox.spec | 3 |
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 |