Re: [ovs-dev] [PATCH v2] Update build requirements.

2014-01-10 Thread Ben Pfaff
Thanks, I applied this to master and branch-2.1. On Thu, Jan 09, 2014 at 01:38:04PM -0800, Alex Wang wrote: > Looks good to me, > > > On Tue, Dec 31, 2013 at 2:24 PM, Ben Pfaff wrote: > > > Libtool is now required as of commit 38b7a52b61 (openvswitch: Use libtool > > and allow building shared

Re: [ovs-dev] [PATCH v2] Update build requirements.

2014-01-09 Thread Alex Wang
Looks good to me, On Tue, Dec 31, 2013 at 2:24 PM, Ben Pfaff wrote: > Libtool is now required as of commit 38b7a52b61 (openvswitch: Use libtool > and allow building shared libs). > > It seems that a build requirement for Python slipped in a while back, for > generating ovs-vswitchd.conf.db.5, a

[ovs-dev] [PATCH v2] Update build requirements.

2013-12-31 Thread Ben Pfaff
Libtool is now required as of commit 38b7a52b61 (openvswitch: Use libtool and allow building shared libs). It seems that a build requirement for Python slipped in a while back, for generating ovs-vswitchd.conf.db.5, and no one complained, so we might as well make it official. (That will let us si