From e847db07f61650616e204785cae49feb0db9a59d Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Wed, 21 Sep 2011 11:15:14 +0200 Subject: [PATCH] Don't turn warnings into errors --- zeromq.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zeromq.spec b/zeromq.spec index 1625483..47aaa88 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