From 90bc4d30c66df4a5466c1a457e73b99ac5d802505711685dace55d4a774d35fd Mon Sep 17 00:00:00 2001 From: Wolfgang Rosenauer Date: Thu, 14 Mar 2013 09:58:43 +0000 Subject: [PATCH] Accepting request 158795 from devel:ARM:Factory - build fixes for armv7hl: * disable debug build as armv7hl does not have enough memory * disable webrtc on armv7hl as it is non-compiling OBS-URL: https://build.opensuse.org/request/show/158795 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=324 --- MozillaFirefox.changes | 7 +++++++ MozillaFirefox.spec | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/MozillaFirefox.changes b/MozillaFirefox.changes index e46a601..6d205c2 100644 --- a/MozillaFirefox.changes +++ b/MozillaFirefox.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 12 23:08:15 UTC 2013 - dmueller@suse.com + +- build fixes for armv7hl: + * disable debug build as armv7hl does not have enough memory + * disable webrtc on armv7hl as it is non-compiling + ------------------------------------------------------------------- Thu Mar 7 19:03:32 UTC 2013 - wr@rosenauer.org diff --git a/MozillaFirefox.spec b/MozillaFirefox.spec index b399cee..686d518 100644 --- a/MozillaFirefox.spec +++ b/MozillaFirefox.spec @@ -268,6 +268,9 @@ export MOZILLA_OFFICIAL=1 export BUILD_OFFICIAL=1 export MOZ_TELEMETRY_REPORTING=1 export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing" +%ifarch %arm +export CFLAGS="${CFLAGS/-g/}" +%endif %ifarch ppc64 export CFLAGS="$CFLAGS -mminimal-toc" %endif @@ -328,6 +331,7 @@ EOF %ifarch %arm cat << EOF >> $MOZCONFIG ac_add_options --disable-neon +ac_add_options --disable-webrtc EOF %endif make -f client.mk build