[Devel] [PATCH 0/8] Compilation fixes and improvements
Dmitry Mishin
dim at odin.com
Wed Jun 3 05:21:06 PDT 2015
Kir,
Please register at src.openvz.org sand create pull request there.
Thank you,
Dima.
On 03/06/15 01:50, "Kir Kolyshkin" <kir at openvz.org> wrote:
>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
>
>_______________________________________________
>Devel mailing list
>Devel at openvz.org
>https://lists.openvz.org/mailman/listinfo/devel
More information about the Devel
mailing list