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