[Devel] [PATCH 0/8] Compilation fixes and improvements

Kir Kolyshkin kir at openvz.org
Tue Jun 2 15:50:18 PDT 2015


I tried compiling libvzctl and it failed in a few places, not all of
them obvious. I fixed it here and there and the result is this
patch set aimed to help compiling libvzctl.

It consists of fixes, configure checks that help to figure out
if there are any build dependencies missing, and some small cleanups
and improvements.

Kir Kolyshkin (8):
  Add missing linux headers
  libvzctl: untangle linking with libxml2
  configure.ac: check for libuuid, set LIBS
  configure.ac: add checks for libvzevent
  configure.ac: checks for ploop
  lib/Makefile.am: use $(UTIL_LIBS)
  configure.ac/Makefiles: remove unused stuff
  dists/Makefile.am: remove dup

 configure.ac                       | 29 +++++++++-------
 dists/Makefile.am                  |  7 ----
 lib/Makefile.am                    |  4 +--
 lib/include/linux/vzctl_venet.h    | 53 ++++++++++++++++++++++++++++
 lib/include/linux/vzctl_veth.h     | 41 ++++++++++++++++++++++
 lib/include/linux/vziptable_defs.h | 71 ++++++++++++++++++++++++++++++++++++++
 lib/include/linux/vzlist.h         | 46 ++++++++++++++++++++++++
 src/Makefile.am                    |  4 +--
 test/Makefile.am                   |  2 +-
 9 files changed, 232 insertions(+), 25 deletions(-)
 create mode 100644 lib/include/linux/vzctl_venet.h
 create mode 100644 lib/include/linux/vzctl_veth.h
 create mode 100644 lib/include/linux/vziptable_defs.h
 create mode 100644 lib/include/linux/vzlist.h

-- 
1.9.3




More information about the Devel mailing list