1
0

- fix build for all ppc by not enabling elf-hack

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=402
This commit is contained in:
Wolfgang Rosenauer 2014-10-15 14:13:02 +00:00 committed by Git OBS Bridge
parent 8cec21d43a
commit 3d4d28e3ed
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Oct 15 08:05:33 UTC 2014 - wr@rosenauer.org Wed Oct 15 08:05:33 UTC 2014 - wr@rosenauer.org
- fix build for ppc64 and ppc64le by not enabling elf-hack - fix build for all ppc by not enabling elf-hack
(bnc#901213) (bnc#901213)
------------------------------------------------------------------- -------------------------------------------------------------------

View File

@ -311,7 +311,7 @@ ac_add_options --enable-stdcxx-compat
ac_add_options --disable-optimize ac_add_options --disable-optimize
%endif %endif
%endif %endif
%ifnarch ppc64 ppc64le %ifnarch ppc ppc64 ppc64le
ac_add_options --enable-elf-hack ac_add_options --enable-elf-hack
%endif %endif
ac_add_options --with-system-nspr ac_add_options --with-system-nspr