Go to file
Richard W.M. Jones 7744acbb6b Fix -Dwerror=false
Libvirt builds were failing because of:

../src/util/virconf.c: In function ‘virConfGetValueStringList’:
../src/util/virconf.c:950:13: error: Not available before 2.60 [-Werror]
  950 |         G_GNUC_FALLTHROUGH;
      |             ^~~~~~~~~~~~~~~
cc1: all warnings being treated as errors

-Werror was being passed to GCC.

meson -Dwerror=false was being used which is supposed to disable
-Werror, but did not do so.

Apparently because of git being used to manage patches, libvirt thinks
it is being built from git so we need to use:

 -Dwerror=false -Dgit_werror=disabled

to really kill off -Werror.
2021-07-28 11:39:57 +01:00
.abignore Add abigail suppressions list 2019-12-03 18:01:54 +00:00
.gitignore Update to 2.0.0 release 2016-07-01 10:43:53 +01:00
0001-qemu-block-Use-discard-unmap-for-the-copy-on-read-bl.patch Add fix for discard + copy-on-read affecting virt-v2v (RHBZ#1986509) 2021-07-28 10:38:30 +01:00
libvirt.spec Fix -Dwerror=false 2021-07-28 11:39:57 +01:00
sources libvirt-7.5.0-1 2021-07-01 11:49:25 -04:00