[meego-panel-zones] ignore compiler warnings

Peter Robinson pbrobinson at fedoraproject.org
Thu Dec 1 15:06:53 UTC 2011


commit f3c0bbd6acd5d64bb6d089c174f128c7dbf15199
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Thu Dec 1 15:06:48 2011 +0000

    ignore compiler warnings

 meego-panel-zones.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/meego-panel-zones.spec b/meego-panel-zones.spec
index cb170b5..ce4adb0 100644
--- a/meego-panel-zones.spec
+++ b/meego-panel-zones.spec
@@ -35,10 +35,10 @@ Zones panel for MeeGo for switching between running applications.
 sed -i 's|clutter-gtk-0.10|clutter-gtk-0.12|g' configure.ac
 
 # Require until stable tar ball release
-NOCONFIGURE=yes ./autogen.sh
+NOCONFIGURE=yes ./autogen.sh --enable-compile-warnings=no
 
 %build
-%configure --disable-static
+%configure --disable-static --enable-compile-warnings=no
 make %{?_smp_mflags} V=1
 
 %install


More information about the scm-commits mailing list