Re: [lxc-devel] [PATCH 11/24] Don't hard depend on capability.h and libcap

2013-01-09 Thread Stéphane Graber
On 01/08/2013 01:20 PM, Serge Hallyn wrote: > Quoting Stéphane Graber (stgra...@ubuntu.com): >> In the effort to make LXC work with non-standard Linux distros, this change >> allows for the user to build LXC without capability support through a new >> --disable-capabilities option to configure. >>

Re: [lxc-devel] [PATCH 11/24] Don't hard depend on capability.h and libcap

2013-01-08 Thread Serge Hallyn
Quoting Stéphane Graber (stgra...@ubuntu.com): > In the effort to make LXC work with non-standard Linux distros, this change > allows for the user to build LXC without capability support through a new > --disable-capabilities option to configure. > > This effectively will cause LXC not to link aga