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

2013-01-03 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. > > This effectively will cause LXC not to link against libcap and will turn all > the _cap_ functions into no

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

2013-01-03 Thread Stéphane Graber
In the effort to make LXC work with non-standard Linux distros, this change allows for the user to build LXC without capability support. This effectively will cause LXC not to link against libcap and will turn all the _cap_ functions into no-ops. Signed-off-by: Stéphane Graber --- src/lxc/caps.