Accepting request 1103454 from home:adamm:branches:mozilla:Factory
- Fix OOM when linking on 32-bit OBS-URL: https://build.opensuse.org/request/show/1103454 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=1095
This commit is contained in:
parent
155b3d9c31
commit
3a86056012
@ -4,6 +4,11 @@ Thu Aug 10 16:32:02 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
- Mozilla Firefox 116.0.2
|
||||
* fixes for other platforms
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 9 09:52:36 UTC 2023 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- Fix OOM when linking on 32-bit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 5 17:46:22 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
|
@ -415,11 +415,11 @@ source ./.obsenv.sh
|
||||
cat << EOF > $MOZCONFIG
|
||||
mk_add_options MOZILLA_OFFICIAL=1
|
||||
mk_add_options BUILD_OFFICIAL=1
|
||||
%ifarch %ix86
|
||||
mk_add_options MOZ_MAKE_FLAGS=-j1
|
||||
%else
|
||||
#%%ifarch %%ix86
|
||||
#mk_add_options MOZ_MAKE_FLAGS=-j1
|
||||
#%%else
|
||||
mk_add_options MOZ_MAKE_FLAGS=%{?jobs:-j%jobs}
|
||||
%endif
|
||||
#%%endif
|
||||
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
|
||||
. \$topsrcdir/browser/config/mozconfig
|
||||
ac_add_options --disable-bootstrap
|
||||
@ -439,12 +439,10 @@ ac_add_options --disable-debug-symbols
|
||||
ac_add_options --enable-debug-symbols=-g0
|
||||
%endif
|
||||
ac_add_options --disable-install-strip
|
||||
# building with elf-hack started to fail everywhere with FF73
|
||||
#%%if 0%%{?suse_version} > 1549
|
||||
%ifarch %arm %ix86 x86_64
|
||||
ac_add_options --disable-elf-hack
|
||||
%ifarch %ix86 %arm
|
||||
# OOM on 32-bit when ld passed -Wl,-z,pack-relative-relocs
|
||||
ac_add_options --enable-elf-hack
|
||||
%endif
|
||||
#%%endif
|
||||
ac_add_options --with-system-nspr
|
||||
ac_add_options --with-system-nss
|
||||
%if 0%{useccache} != 0
|
||||
|
Loading…
Reference in New Issue
Block a user