forked from pool/MozillaFirefox
- disable elfhack for TW and newer due to build errors
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=693
This commit is contained in:
parent
2f1f7dea2a
commit
b19ebee19e
@ -58,6 +58,7 @@ Mon Oct 29 14:07:51 UTC 2018 - wr@rosenauer.org
|
||||
- requires nodejs to build
|
||||
- added mozilla-bmo1491289.patch to fix system NSS build (bmo#1491289)
|
||||
- added mozilla-cubeb-noreturn.patch to fix non-return function
|
||||
- disable elfhack for TW and newer due to build errors
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 25 14:39:04 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
@ -360,6 +360,9 @@ ac_add_options --disable-debug-symbols
|
||||
%ifarch %arm
|
||||
ac_add_options --disable-elf-hack
|
||||
%endif
|
||||
%if 0%{?suse_version} > 1549
|
||||
ac_add_options --disable-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