Re: [lxc-devel] [PATCH] auto-detect linux kernel release

2011-05-12 Thread Daniel Lezcano
On 05/12/2011 07:04 PM, Francois-Xavier Bourlet wrote: > Hi, > > To be able to have setns (the syscall) support in lxc, you need to > have the linux kernel headers (or source). > > Then the lxc build configuration system try to auto-detect the syscall > number using the linux kernel headers/sources

[lxc-devel] [PATCH] auto-detect linux kernel release

2011-05-12 Thread Francois-Xavier Bourlet
Hi, To be able to have setns (the syscall) support in lxc, you need to have the linux kernel headers (or source). Then the lxc build configuration system try to auto-detect the syscall number using the linux kernel headers/sources. For that you need to set an environ variable to help the build sy