[gitg/f17] Remove -Werror to fix build with deprecation warnings

Kalev Lember kalev at fedoraproject.org
Tue Apr 24 15:06:21 UTC 2012


commit 784d2a556c3b451cb98d4a852d7f1c4abaeafe15
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Apr 24 18:05:51 2012 +0300

    Remove -Werror to fix build with deprecation warnings

 gitg.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gitg.spec b/gitg.spec
index e5f282b..413ea67 100644
--- a/gitg.spec
+++ b/gitg.spec
@@ -55,6 +55,9 @@ This package contains development files for %{name}.
 %prep
 %setup -q
 
+# Remove -Werror to fix build with deprecation warnings
+sed -i -e 's/ -Werror//' configure*
+
 
 %build
 %configure --disable-static


More information about the scm-commits mailing list