chromium-browser-stable 70.0.3538.102-1 (x86_64;i586) 2018-5070
-9998
Status | rejected | ||||||||
Submitter | nobodydead [@T] gmail.com | ||||||||
Platform | 3.0 | ||||||||
Repository | main | ||||||||
URL | https://abf.openmandriva.org/build_lists/331222 | ||||||||
Packages |
|
||||||||
Build Date | 2018-11-21 01:13:10 +0000 UTC | ||||||||
Last Updated | 2018-11-24 19:55:24.267957309 +0000 UTC |
$ git diff --patch-with-stat --summary 997439a4830ead94b27ae265f36d455522ed3f94..7af4ac71cf079c5a6ab7b6db1c16545687ea1fd1 chromium-browser-stable.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/chromium-browser-stable.spec b/chromium-browser-stable.spec index 19c4ad8..36be0f7 100644 --- a/chromium-browser-stable.spec +++ b/chromium-browser-stable.spec @@ -525,7 +525,7 @@ if [ ! -f chrome/test/data/webui/i18n_process_css_test.html ]; then fi %build -%ifarch %{arm} +%ifarch %{arm} %{ix86} # Use linker flags to reduce memory consumption on low-mem architectures %global optflags %(echo %{optflags} | sed -e 's/-g /-g0 /' -e 's/-gdwarf-4//') mkdir -p bfd @@ -542,7 +542,12 @@ export CXX=g++ # sure it sees python2 when it calls python export PATH=`pwd`:$PATH -CHROMIUM_CORE_GN_DEFINES=" use_sysroot=false is_debug=false fieldtrial_testing_like_official_build=true use_lld=false use_gold=true" +CHROMIUM_CORE_GN_DEFINES=" use_sysroot=false is_debug=false fieldtrial_testing_like_official_build=true use_lld=false" +%ifarch %{ix86} +CHROMIUM_CORE_GN_DEFINES+=" use_gold=false" +%else +CHROMIUM_CORE_GN_DEFINES+=" use_gold=false" +%endif CHROMIUM_CORE_GN_DEFINES+=" is_clang=false clang_base_path=\"%{_prefix}\" clang_use_chrome_plugins=false " CHROMIUM_CORE_GN_DEFINES+=" treat_warnings_as_errors=false use_custom_libcxx=false " CHROMIUM_CORE_GN_DEFINES+=" use_system_libjpeg=true "
Not Available
cris [@T] beebgames.com | lgtm | 2198d 00hrs |
benbullard79 [@T] cox.net | Seems OK | 2195d 16hrs |
benbullard79 [@T] cox.net | Seems OK | 2195d 16hrs |
benbullard79 [@T] cox.net | superceded | 2195d 16hrs |
benbullard79 [@T] cox.net | No Comment. | 2195d 16hrs |