]> git.pld-linux.org Git - packages/chromium-browser.git/commitdiff
disable debuginfo on x64_86 as well
authorElan Ruusamäe <glen@delfi.ee>
Tue, 14 Oct 2014 09:05:59 +0000 (12:05 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Tue, 14 Oct 2014 09:05:59 +0000 (12:05 +0300)
chromium-browser.spec

index 4c32653f4b8d2f740b4e319f5cbc674a850fd793..ea8fa580074c583b7d2cf7128cbd25af3bdcebba 100644 (file)
 %undefine      with_system_mesa
 
 # unable build with debuginfo on 32bit build systems
+# /usr/bin/ld.gold: fatal error: chrome: mmap: failed to allocate 2994044872 bytes for output file: Cannot allocate memory
+%undefine      with_debuginfo
+%endif
+
+%ifarch %{x8664}
+# x86_64 systems fail with debugedit crashing
+# /usr/lib/rpm/bin/debugedit: canonicalization unexpectedly shrank by one character
 %undefine      with_debuginfo
 %endif
 
This page took 0.086261 seconds and 4 git commands to generate.