[libreport] disable -Werror until deprecated GTK API is not removed

Jakub Filak jfilak at fedoraproject.org
Wed Aug 22 11:10:18 UTC 2012


commit d00ec1e4c66f2d5c74d284177c4c9a6194f766e1
Author: Jakub Filak <jfilak at redhat.com>
Date:   Wed Aug 22 13:07:41 2012 +0200

    disable -Werror until deprecated GTK API is not removed

 libreport.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
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


More information about the scm-commits mailing list