[libwapcaplet] disable -Werror

David Tardon dtardon at fedoraproject.org
Sun Apr 27 18:17:57 UTC 2014


commit 244f4374026ed4efccdee33e9e8227c0158dcab8
Author: David Tardon <dtardon at redhat.com>
Date:   Sun Apr 27 20:17:35 2014 +0200

    disable -Werror

 libwapcaplet.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libwapcaplet.spec b/libwapcaplet.spec
index a0149c1..1c9e531 100644
--- a/libwapcaplet.spec
+++ b/libwapcaplet.spec
@@ -33,6 +33,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