Re: [ovs-dev] [PATCH 1/8] configure: add configuration options for libcap-ng

2015-09-30 Thread Andy Zhou
On Tue, Sep 29, 2015 at 5:06 PM, Ben Pfaff wrote: > On Tue, Sep 22, 2015 at 05:51:10PM -0700, Andy Zhou wrote: >> Add configuration option for enabling or disabling linking with >> libcap-ng. Since capabilities are a security feature, the libcapng >> option is handled as follows: >> >> - no o

Re: [ovs-dev] [PATCH 1/8] configure: add configuration options for libcap-ng

2015-09-29 Thread Ben Pfaff
On Tue, Sep 22, 2015 at 05:51:10PM -0700, Andy Zhou wrote: > Add configuration option for enabling or disabling linking with > libcap-ng. Since capabilities are a security feature, the libcapng > option is handled as follows: > > - no option: use libcapng if it's present > > --disable-li

Re: [ovs-dev] [PATCH 1/8] configure: add configuration options for libcap-ng

2015-09-22 Thread Andy Zhou
Forgot to tag those as V4 of series that add --user option. On Tue, Sep 22, 2015 at 5:51 PM, Andy Zhou wrote: > Add configuration option for enabling or disabling linking with > libcap-ng. Since capabilities are a security feature, the libcapng > option is handled as follows: > > - no option