Re: [ovs-dev] [PATCH] Update openvswitch to allow linking from C++ projects

2013-12-16 Thread Ben Pfaff
I think that this should be three patches, since it does three things that don't seem related to me. On Mon, Dec 16, 2013 at 06:57:40PM -0800, Harold Lim wrote: > 1. libopenvswitch is updated to be compiled with -fPIC. Why? C++ doesn't require -fPIC as far as I know. > 2. The input variable of

Re: [ovs-dev] [PATCH] Update openvswitch to allow linking from C++ projects

2013-12-16 Thread Romain Lenglet
- Original Message - > From: "Harold Lim" > To: dev@openvswitch.org > Cc: "Harold Lim" > Sent: Monday, December 16, 2013 4:53:34 PM > Subject: [ovs-dev] [PATCH] Update openvswitch to allow linking from C++ > projects > > 1. libopenvswitch is updated to be compiled with -fPIC. > 2.