1
0

Accepting request 182307 from mozilla:Factory

- fix build on ARM (/-g/ matches /-grecord-switches/) (forwarded request 181923 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/182307
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/MozillaFirefox?expand=0&rev=176
This commit is contained in:
Stephan Kulow 2013-07-06 05:03:17 +00:00 committed by Git OBS Bridge
commit 59f9d9db14
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 3 17:14:35 UTC 2013 - dmueller@suse.com
- fix build on ARM (/-g/ matches /-grecord-switches/)
-------------------------------------------------------------------
Sat Jun 22 17:48:06 UTC 2013 - wr@rosenauer.org

View File

@ -268,7 +268,7 @@ export BUILD_OFFICIAL=1
export MOZ_TELEMETRY_REPORTING=1
export CFLAGS="$RPM_OPT_FLAGS -Os -fno-strict-aliasing"
%ifarch %arm
export CFLAGS="${CFLAGS/-g/}"
export CFLAGS="${CFLAGS/-g / }"
%endif
%ifarch ppc64
export CFLAGS="$CFLAGS -mminimal-toc"