Don't turn warnings into errors

epel9
Thomas Spura 13 years ago
parent cbe2c06143
commit e847db07f6

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

Loading…
Cancel
Save