[Libguestfs] [libguestfs-common PATCH 0/2] build guestfs-tools and virt-v2v against locally built libguestfs

Laszlo Ersek lersek at redhat.com
Mon Sep 6 11:42:24 UTC 2021


This series lets (a) virt-v2v, and (b) in combination with the sibling
series for guestfs-tools, guestfs-tools, be built against a just-built
libguestfs (e.g. with the libguest-devel package absent), using the
commands

$ git submodule update --init --force
$ autoreconf -i
$ ../libguestfs/run ./configure CFLAGS=-fPIC
$ ../libguestfs/run make -j $(getconf _NPROCESSORS_ONLN)
$ ../libguestfs/run make -j $(getconf _NPROCESSORS_ONLN) check

Thanks,
Laszlo

Laszlo Ersek (2):
  Makefile.am: supply missing $(LIBGUESTFS_CFLAGS)
  Makefile.am: use $(LIBGUESTFS_LIBS) for linking OCaml test programs

 edit/Makefile.am     |  3 ++-
 mltools/Makefile.am  | 24 ++++++++++++++++++------
 mlvisit/Makefile.am  | 10 +++++++++-
 parallel/Makefile.am |  1 +
 progress/Makefile.am |  1 +
 structs/Makefile.am  |  1 +
 visit/Makefile.am    |  1 +
 windows/Makefile.am  |  3 ++-
 8 files changed, 35 insertions(+), 9 deletions(-)


base-commit: 6d26b6eac9dab6bc8fddf9f6564a13f39c51defe
-- 
2.19.1.3.g30247aa5d201



More information about the Libguestfs mailing list