From f1c1f4ee4492f413b3b71e98535d0034d9a5e125 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 25 Jan 2013 22:10:31 +0100 Subject: [PATCH] Disable fatal warnings New GCC 4.8 reports more warnings which breaks the build with -Werror. --- gnome-shell.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-shell.spec b/gnome-shell.spec index 5b775a5..8ae4321 100644 --- a/gnome-shell.spec +++ b/gnome-shell.spec @@ -111,7 +111,7 @@ easy to use experience. %build (if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi; - %configure --disable-static) + %configure --disable-static --disable-compile-warnings) make V=1 %{?_smp_mflags} %install