diff options
author | Martin Stransky <stransky@redhat.com> | 2018-04-27 09:11:21 +0200 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2018-04-27 09:11:21 +0200 |
commit | 3d70da77c4b1d7f907e876b912375f0e7ffa02ee (patch) | |
tree | ee4582f450ba62b928cd77bb1fad62b8b8128ed9 /firefox.spec | |
parent | Second arches build fixes, update to Beta 15 (diff) | |
download | librewolf-fedora-ff-3d70da77c4b1d7f907e876b912375f0e7ffa02ee.tar.gz librewolf-fedora-ff-3d70da77c4b1d7f907e876b912375f0e7ffa02ee.tar.bz2 librewolf-fedora-ff-3d70da77c4b1d7f907e876b912375f0e7ffa02ee.zip |
Arm build fix
Diffstat (limited to 'firefox.spec')
-rw-r--r-- | firefox.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec index 46b55e9..b092dc5 100644 --- a/firefox.spec +++ b/firefox.spec @@ -152,6 +152,7 @@ Patch411: mozilla-1321521-2.patch Patch412: mozilla-1337988.patch Patch413: mozilla-1353817.patch Patch414: mozilla-1435212-ffmpeg-4.0.patch +Patch415: Bug-1238661---fix-mozillaSignalTrampoline-to-work-.patch # Debian patches Patch500: mozilla-440908.patch @@ -300,7 +301,6 @@ This package contains results of tests executed during build. %endif %patch37 -p1 -b .jit-atomic-lucky %patch40 -p1 -b .aarch64-skia - %patch3 -p1 -b .arm # Fedora patches @@ -318,6 +318,9 @@ This package contains results of tests executed during build. %patch406 -p1 -b .256180 %patch413 -p1 -b .1353817 %patch414 -p1 -b .ffmpeg-4.0 +%ifarch %{arm} +%patch415 -p1 -b .mozilla-1238661 +%endif # Patch for big endian platforms only %if 0%{?big_endian} |