[libvirt] [PATCH 00/10] build: drop some old libs and relax GNU strictness

Ján Tomko jtomko at redhat.com
Wed Apr 3 05:40:15 UTC 2019


While testing these changes I found that the build is broken with old
rbd on (unsupported) Debian 8. Fix the build by dropping support for
old rbd.

Ján Tomko (10):
  rbd: depend on diff_iterate2
  rbd: drop support for ceph 0.94
  build: drop check for SASL1
  build: require yajl >= 2.0.3
  json: assume WITH_YAJL2
  build: remove WITH_YAJL2
  virJSONValueToString: bail out early on error
  configure: split AM_INIT_AUTOMAKE into multiple lines
  configure.ac: drop -Wno-obsolete from AM_INIT_AUTOMAKE
  configure.ac: add foreign to AM_INIT_AUTOMAKE

 config-post.h                     |  1 -
 configure.ac                      | 12 ++++--
 m4/virt-driver-qemu.m4            |  2 +-
 m4/virt-sasl.m4                   |  5 +--
 m4/virt-storage-rbd.m4            |  2 +-
 m4/virt-yajl.m4                   |  5 +--
 src/storage/storage_backend_rbd.c | 39 -------------------
 src/util/virjson.c                | 63 +++----------------------------
 8 files changed, 19 insertions(+), 110 deletions(-)

-- 
2.19.2




More information about the libvir-list mailing list