forked from pool/MozillaFirefox
Accepting request 159297 from mozilla:Factory
- build fixes for armv7hl: * disable debug build as armv7hl does not have enough memory * disable webrtc on armv7hl as it is non-compiling (forwarded request 158795 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/159297 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=169
This commit is contained in:
commit
156233ebbc
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user