[libyui-gtk] re-enable -werror=off

Björn Esser besser82 at fedoraproject.org
Fri May 23 19:28:43 UTC 2014


commit 3e10c0ace1674ff88f5e3b90d395107caca8616a
Author: Björn Esser <bjoern.esser at gmail.com>
Date:   Fri May 23 21:28:27 2014 +0200

    re-enable -werror=off

 libyui-gtk.spec |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libyui-gtk.spec b/libyui-gtk.spec
index 6292cee..42e8c99 100644
--- a/libyui-gtk.spec
+++ b/libyui-gtk.spec
@@ -66,6 +66,7 @@ for %{name}.
 mkdir -p build
 pushd build
 %cmake						\
+	-DENABLE_WERROR=OFF			\
 	-DPREFIX=%{_prefix}			\
 	-DLIB_DIR=%{_libdir}			\
 	-DCMAKE_BUILD_TYPE=RELEASE		\


More information about the scm-commits mailing list