summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorMartin Stransky <stransky@redhat.com>2019-03-12 21:12:03 +0100
committerMartin Stransky <stransky@redhat.com>2019-03-12 21:12:03 +0100
commitbc42e3d624ed6ba6215a49cc64c5b20808efa506 (patch)
tree3623ac874da3289c17723645f4a0308a1ac045c2 /firefox.spec
parenti686 build tweaks (diff)
downloadlibrewolf-fedora-ff-bc42e3d624ed6ba6215a49cc64c5b20808efa506.tar.gz
librewolf-fedora-ff-bc42e3d624ed6ba6215a49cc64c5b20808efa506.tar.bz2
librewolf-fedora-ff-bc42e3d624ed6ba6215a49cc64c5b20808efa506.zip
ARM build fix - libopus
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 7234e85..b07608d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -132,6 +132,7 @@ Patch40: build-aarch64-skia.patch
Patch41: build-disable-elfhack.patch
Patch42: mozilla-1515641-av1-build-1.patch
Patch43: mozilla-1515641-av1-build-2.patch
+Patch44: build-arm-libopus.patch
# Fedora specific patches
Patch215: firefox-enable-addons.patch
@@ -329,6 +330,7 @@ This package contains results of tests executed during build.
%patch3 -p1 -b .arm
%patch42 -p1 -b .mozilla-1515641
%patch43 -p1 -b .mozilla-1515641
+%patch44 -p1 -b .build-arm-libopus
# Fedora patches
%patch215 -p1 -b .addons
bgstack15