[Devel] [PATCH 0/8] Compilation fixes and improvements
Kir Kolyshkin
kir at openvz.org
Wed Jun 3 10:35:57 PDT 2015
On 06/03/2015 05:21 AM, Dmitry Mishin wrote:
> Kir,
>
> Please register at src.openvz.org sand create pull request there.
Thanks! I hope I did the right thing, please take a look:
https://src.openvz.org/projects/OVZ/repos/libvzctl/pull-requests/6/overview
The best description of the process I was able to find is here:
https://openvz.org/Userspace_patches
and it mostly tells "We will describe process soon". Please fill it in.
>
> 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