spec: Use --disable-werror

gcc8 gives some minor and AFAICT harmless warnings, don't let them
break the build

https://bugzilla.redhat.com/show_bug.cgi?id=1556044
This commit is contained in:
Cole Robinson 2018-03-23 16:38:17 -04:00
parent 95e8a5641c
commit ad9453a828

View File

@ -36,7 +36,7 @@ a network.
%build
sh autogen.sh
%configure --libdir=%{libiscsi_libdir}
%configure --libdir=%{libiscsi_libdir} --disable-werror
make %{?_smp_mflags}
%install