[Libguestfs] [common/libguestfs PATCH 0/2] Fix OCaml/Python linking

Pino Toscano ptoscano at redhat.com
Fri Dec 20 10:36:26 UTC 2019


Make sure they can build also in no as-neede setups.

Pino Toscano (1):
  utils: split string list functions in own file
  build: use split stringlist functions from common/utils

 utils/Makefile.am                 |   2 +
 utils/guestfs-stringlists-utils.h |  30 +++++
 utils/guestfs-utils.h             |   7 +-
 utils/stringlists-utils.c         | 197 ++++++++++++++++++++++++++++++
 utils/utils.c                     | 165 -------------------------
 5 files changed, 230 insertions(+), 171 deletions(-)
 create mode 100644 utils/guestfs-stringlists-utils.h
 create mode 100644 utils/stringlists-utils.c

-- 
2.24.1




More information about the Libguestfs mailing list