On 7/28/21 4:14 PM, Daniel P. Berrangé wrote: > Since we use git to manage RPM applied patches, we need to disable both > meson's -Werror config knob and libvirt's equivalent. > > Signed-off-by: Daniel P. Berrangé <berrange@xxxxxxxxxx> > --- > libvirt.spec.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libvirt.spec.in b/libvirt.spec.in > index cb48dd0be0..b09336b441 100644 > --- a/libvirt.spec.in > +++ b/libvirt.spec.in > @@ -192,7 +192,7 @@ > %if 0%{?rhel} > %define enable_werror -Dwerror=true > %else > - %define enable_werror -Dwerror=false > + %define enable_werror -Dwerror=false -Wgit_werror=disabled I think you meant -Dgit_werror=disabled. > %endif > > %define tls_priority "@LIBVIRT,SYSTEM" > Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal