From 5e3c5baa82b3af9dfd008620677fc5aec8923061 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 14 Oct 2014 09:42:01 +0300 Subject: [PATCH] disable debuginfo on 32bit hosts --- chromium-browser.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/chromium-browser.spec b/chromium-browser.spec index 39f0881..4c32653 100644 --- a/chromium-browser.spec +++ b/chromium-browser.spec @@ -43,6 +43,9 @@ %ifarch %{ix86} # GLsizeiptr different size, track: http://bugs.gentoo.org/457130 %undefine with_system_mesa + +# unable build with debuginfo on 32bit build systems +%undefine with_debuginfo %endif # TODO -- 2.44.0