forked from pool/MozillaFirefox
- fix build for ppc64 and ppc64le by not enabling elf-hack
(bnc#901213) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=401
This commit is contained in:
parent
637aa82eee
commit
8cec21d43a
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 15 08:05:33 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
- fix build for ppc64 and ppc64le by not enabling elf-hack
|
||||
(bnc#901213)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 11 08:48:24 UTC 2014 - wr@rosenauer.org
|
||||
|
||||
|
@ -311,7 +311,9 @@ ac_add_options --enable-stdcxx-compat
|
||||
ac_add_options --disable-optimize
|
||||
%endif
|
||||
%endif
|
||||
%ifnarch ppc64 ppc64le
|
||||
ac_add_options --enable-elf-hack
|
||||
%endif
|
||||
ac_add_options --with-system-nspr
|
||||
ac_add_options --with-system-nss
|
||||
%if %{localize}
|
||||
|
Loading…
Reference in New Issue
Block a user