mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
rpm: properly disable -Werror
Since we use git to manage RPM applied patches, we need to disable both meson's -Werror config knob and libvirt's equivalent. Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
efa367cbd5
commit
f5c022a389
@ -192,7 +192,7 @@
|
||||
%if 0%{?rhel}
|
||||
%define enable_werror -Dwerror=true
|
||||
%else
|
||||
%define enable_werror -Dwerror=false
|
||||
%define enable_werror -Dwerror=false -Dgit_werror=disabled
|
||||
%endif
|
||||
|
||||
%define tls_priority "@LIBVIRT,SYSTEM"
|
||||
|
Loading…
x
Reference in New Issue
Block a user