# HG changeset patch # User Wolfgang Rosenauer # Date 1527350658 -7200 # Node ID 87c1625d07e28d463d724e3e55b96f52c041056f # Parent bf0d08380dcf727209cc79de48cbf3b3e264e887 fix aarch64 startup crash diff -r bf0d08380dcf -r 87c1625d07e2 MozillaFirefox/MozillaFirefox.changes --- 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 diff -r bf0d08380dcf -r 87c1625d07e2 MozillaFirefox/MozillaFirefox.spec --- 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