From d00ec1e4c66f2d5c74d284177c4c9a6194f766e1 Mon Sep 17 00:00:00 2001 From: Jakub Filak Date: Wed, 22 Aug 2012 13:07:41 +0200 Subject: [PATCH] disable -Werror until deprecated GTK API is not removed --- libreport.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libreport.spec b/libreport.spec index c9502aa..e389c2c 100644 --- a/libreport.spec +++ b/libreport.spec @@ -229,7 +229,9 @@ Plugin to report bugs into anonymous FTP site associated with ticketing system. %build autoconf -CFLAGS="%{optflags} -Werror" %configure --disable-silent-rules +# Commented because of deprecated GTK API +#CFLAGS="%{optflags} -Werror" %configure --disable-silent-rules +CFLAGS="%{optflags}" %configure --disable-silent-rules make %{?_smp_mflags} %install