fix aarch64 startup crash firefox60
authorWolfgang Rosenauer <wr@rosenauer.org>
Sat, 26 May 2018 18:04:18 +0200
branchfirefox60
changeset 1051 87c1625d07e2
parent 1050 bf0d08380dcf
child 1052 7a49806c8dae
fix aarch64 startup crash
MozillaFirefox/MozillaFirefox.changes
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.changes	Sat May 26 18:03:47 2018 +0200
+++ b/MozillaFirefox/MozillaFirefox.changes	Sat May 26 18:04:18 2018 +0200
@@ -1,4 +1,11 @@
 -------------------------------------------------------------------
+Sat May 26 15:53:25 UTC 2018 - wr@rosenauer.org
+
+- fixed "open with" option under KDE (boo#1094747)
+- workaround crash on startup on aarch64 (boo#1093059)
+  (contributed by guillaume@Arm.com)
+
+-------------------------------------------------------------------
 Wed May 23 08:49:09 UTC 2018 - guillaume.gardet@opensuse.org
 
 - Disable webrtc for aarch64 due to bmo#1434589
--- a/MozillaFirefox/MozillaFirefox.spec	Sat May 26 18:03:47 2018 +0200
+++ b/MozillaFirefox/MozillaFirefox.spec	Sat May 26 18:04:18 2018 +0200
@@ -305,6 +305,9 @@
 %if 0%{?suse_version} > 1320
 export CFLAGS="$CFLAGS -fno-delete-null-pointer-checks"
 %endif
+%ifarch aarch64
+export CFLAGS="$CFLAGS -ffixed-x28"
+%endif
 %ifarch %arm
 export CFLAGS="${CFLAGS/-g / }"
 %endif