20c11032ae
The upcoming DPDK version adds objects that have no externally referenced symbols but that must be linked in (specifically, the default mempool handlers are now assigned by a constructor function). Link all of the DPDK libraries with -Wl,--whole-archive to fix linking against a static library build of DPDK. Change-Id: Ia54b100d81aa7be30a8f4bcad65cc182e91dcc65 Reported-by: Jay Sternberg <jay.e.sternberg@intel.com> Signed-off-by: Daniel Verkamp <daniel.verkamp@intel.com>