- 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:
Wolfgang Rosenauer 2018-11-12 11:49:28 +00:00 committed by Git OBS Bridge
parent 2f1f7dea2a
commit b19ebee19e
2 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,7 @@ Mon Oct 29 14:07:51 UTC 2018 - wr@rosenauer.org
- requires nodejs to build - requires nodejs to build
- added mozilla-bmo1491289.patch to fix system NSS build (bmo#1491289) - added mozilla-bmo1491289.patch to fix system NSS build (bmo#1491289)
- added mozilla-cubeb-noreturn.patch to fix non-return function - 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 Thu Oct 25 14:39:04 UTC 2018 - guillaume.gardet@opensuse.org

View File

@ -360,6 +360,9 @@ ac_add_options --disable-debug-symbols
%ifarch %arm %ifarch %arm
ac_add_options --disable-elf-hack ac_add_options --disable-elf-hack
%endif %endif
%if 0%{?suse_version} > 1549
ac_add_options --disable-elf-hack
%endif
ac_add_options --with-system-nspr ac_add_options --with-system-nspr
ac_add_options --with-system-nss ac_add_options --with-system-nss
%if %{localize} %if %{localize}