[dpdk-dev] [dpdk-dev, pcap] pcap: fix build of all-in-one shared library

2014-12-15 Thread Thomas Monjalon
2014-12-08 09:49, Neil Horman: > On Tue, Oct 07, 2014 at 12:14:04AM +0100, stepan wrote: > > Build of some of the test binaries fails when the following flags are > > enabled: > > > > CONFIG_RTE_LIBRTE_PMD_PCAP=y > > CONFIG_RTE_BUILD_SHARED_LIB=y > > CONFIG_RTE_BUILD_COMBINE_LIBS=y > > > > The b

[dpdk-dev] [dpdk-dev, pcap] pcap: fix build of all-in-one shared library

2014-12-08 Thread Neil Horman
On Tue, Oct 07, 2014 at 12:14:04AM +0100, stepan wrote: > Build of some of the test binaries fails when the following flags are enabled: > > CONFIG_RTE_LIBRTE_PMD_PCAP=y > CONFIG_RTE_BUILD_SHARED_LIB=y > CONFIG_RTE_BUILD_COMBINE_LIBS=y > > The binarieas are missing symbols from libpcap. This > pa