[libcss] -Werror is for upstream, not for packages

David Tardon dtardon at fedoraproject.org
Sun Apr 27 18:23:02 UTC 2014


commit cfa04c9407d7e386c4974f4e57cd764ee856abb3
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Apr 27 20:22:50 2014 +0200

    -Werror is for upstream, not for packages

 libcss.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libcss.spec b/libcss.spec
index 219a506..90f1c62 100644
--- a/libcss.spec
+++ b/libcss.spec
@@ -40,6 +40,8 @@ developing applications that use %{name}.
 %prep
 %autosetup -n %{name}-%{version} -p1
 
+sed -i -e s at -Werror@@ Makefile
+
 %build
 make %{?_smp_mflags} %{make_vars} %{build_vars}
 


More information about the scm-commits mailing list