Re: [ovs-dev] [PATCH] travis: Fix build with --enable-shared and DPDK 2.1.

2015-09-09 Thread Daniele Di Proietto
On 09/09/2015 17:56, "Ben Pfaff" wrote: >On Wed, Sep 09, 2015 at 05:44:04PM +0100, Daniele Di Proietto wrote: >> When building OVS with --enable-shared, -fPIC should be used in DPDK >> CFLAGS. We used to add a custom option for this (CONFIG_RTE_BUILD_FPIC) >> to the DPDK configuration, right a

Re: [ovs-dev] [PATCH] travis: Fix build with --enable-shared and DPDK 2.1.

2015-09-09 Thread Ben Pfaff
On Wed, Sep 09, 2015 at 05:44:04PM +0100, Daniele Di Proietto wrote: > When building OVS with --enable-shared, -fPIC should be used in DPDK > CFLAGS. We used to add a custom option for this (CONFIG_RTE_BUILD_FPIC) > to the DPDK configuration, right after CONFIG_RTE_LIBNAME. > > Since CONFIG_RTE_L

[ovs-dev] [PATCH] travis: Fix build with --enable-shared and DPDK 2.1.

2015-09-09 Thread Daniele Di Proietto
When building OVS with --enable-shared, -fPIC should be used in DPDK CFLAGS. We used to add a custom option for this (CONFIG_RTE_BUILD_FPIC) to the DPDK configuration, right after CONFIG_RTE_LIBNAME. Since CONFIG_RTE_LIBNAME has been removed, it seems simpler to add our custom option at the end o