[Libguestfs] [guestfs-tools PATCH 0/3] build against locally built libguestfs

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


This series (in combination with the sibling series for
libguestfs-common) allows guestfs-tools to 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 (3):
  Makefile.am: fix $(LIBGUESTFS_CFLAGS) typo for virt-ls
  Makefile.am: supply missing $(LIBGUESTFS_CFLAGS)
  Makefile.am: use $(LIBGUESTFS_LIBS) for linking OCaml programs

 builder/Makefile.am    | 5 ++++-
 cat/Makefile.am        | 2 +-
 customize/Makefile.am  | 2 ++
 dib/Makefile.am        | 1 +
 get-kernel/Makefile.am | 1 +
 resize/Makefile.am     | 1 +
 sparsify/Makefile.am   | 1 +
 sysprep/Makefile.am    | 1 +
 8 files changed, 12 insertions(+), 2 deletions(-)


base-commit: 9ba463545fa017910a5077434f87ae67e146c9e0
-- 
2.19.1.3.g30247aa5d201



More information about the Libguestfs mailing list