add missing fixes firefox26
authorWolfgang Rosenauer <wr@rosenauer.org>
Thu, 02 Jan 2014 22:32:12 +0100
branchfirefox26
changeset 695 81c8f51dbf67
parent 694 89d4b9910eb7
add missing fixes
MozillaFirefox/MozillaFirefox.spec
--- a/MozillaFirefox/MozillaFirefox.spec	Thu Jan 02 21:56:34 2014 +0100
+++ b/MozillaFirefox/MozillaFirefox.spec	Thu Jan 02 22:32:12 2014 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package MozillaFirefox
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #               2006-2013 Wolfgang Rosenauer
 #
 # All modifications and additions to the file contributed by third parties
@@ -143,7 +143,7 @@
 ### build options
 %define branding 1
 %define localize 1
-%ifarch ppc ppc64 s390 s390x ia64 %arm
+%ifarch ppc ppc64 ppc64le s390 s390x ia64 %arm
 %define crashreporter 0
 %else
 %define crashreporter 1
@@ -281,7 +281,7 @@
 %ifarch %arm
 export CFLAGS="${CFLAGS/-g / }"
 %endif
-%ifarch ppc64
+%ifarch ppc64 ppc64le
 export CFLAGS="$CFLAGS -mminimal-toc"
 %endif
 export CXXFLAGS="$CFLAGS"