[zeromq/f16] Don't turn warnings into errors

tomspur tomspur at fedoraproject.org
Wed Sep 21 09:26:45 UTC 2011


commit c8596de2f7064f8b694323fea45184516a73dcc2
Author: Thomas Spura <thomas.spura at gmail.com>
Date:   Wed Sep 21 11:15:14 2011 +0200

    Don't turn warnings into errors

 zeromq.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/zeromq.spec b/zeromq.spec
index 7943566..f274e7f 100644
--- a/zeromq.spec
+++ b/zeromq.spec
@@ -41,6 +41,10 @@ developing applications that use %{name}.
 %prep
 %setup -q
 
+# Don't turn warnings into errors
+sed -i "s/libzmq_werror=\"yes\"/libzmq_werror=\"no\"/g" \
+    configure
+
 
 %build
 %configure --disable-static


More information about the scm-commits mailing list