Don't turn warnings into errors

This commit is contained in:
Thomas Spura 2011-09-21 11:15:14 +02:00
parent cbe2c06143
commit e847db07f6
1 changed files with 4 additions and 0 deletions

View File

@ -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