summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2020-08-19 18:35:53 +0200
committerMartin Stransky <stransky@redhat.com>2020-08-19 18:35:53 +0200
commit04eebae141f253106dce631c2e0ecc7a0d22494d (patch)
tree5c9bf6e713c429fa0c2939bdac1a2bdd85ed189f /firefox.spec
parentchangelog update (diff)
downloadlibrewolf-fedora-ff-04eebae141f253106dce631c2e0ecc7a0d22494d.tar.gz
librewolf-fedora-ff-04eebae141f253106dce631c2e0ecc7a0d22494d.tar.bz2
librewolf-fedora-ff-04eebae141f253106dce631c2e0ecc7a0d22494d.zip
Added nspr build fixes
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 e33b07d..ec121ac 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -158,6 +158,7 @@ Patch47: fedora-shebang-build.patch
Patch48: build-arm-wasm.patch
Patch49: build-arm-libaom.patch
#Patch50: Bug-1610814-Fix-NEON-compile-error-with-gcc-and-RGB-.patch
+Patch51: build-nspr.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -362,6 +363,7 @@ This package contains results of tests executed during build.
%patch48 -p1 -b .build-arm-wasm
%patch49 -p1 -b .build-arm-libaom
#%patch50 -p1 -b .build-arm-SwizzleNEON
+%patch51 -p1 -b .build-nspr
# Fedora patches
%patch215 -p1 -b .addons
bgstack15