[gitg/f17] One more build fix

Kalev Lember kalev at fedoraproject.org
Tue Apr 24 15:26:29 UTC 2012


commit dad2666918887abd0773b7914a9d2cc1ab201851
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Apr 24 18:20:20 2012 +0300

    One more build fix
    
    Only apply the -Werror sed hack to configure and skip configure.ac, in
    order to avoid adding buildrequires that are needed for rebuilding
    configure.

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


More information about the scm-commits mailing list