On Tue, Oct 17, 2017 at 05:41:02PM +0100, Bruce Richardson wrote: > For static builds, even though the drivers are installed in the lib folder > that does not mean that that folder should be set as the EAL driver search > path. If it is, EAL will try loading all shared libraries as drivers and > fail to start. Instead, track the EAL driver path separately from the > driver install path, allowing static builds to have an empty driver path > by default. > > Fixes: d8b85d98b3f7 ("build: add initial infrastructure for meson & ninja > builds") > > Signed-off-by: Bruce Richardson <bruce.richard...@intel.com> > > ---- > NOTE: on apply will be merged into offending commit in next-build tree. > --- > config/meson.build | 3 +-- > meson.build | 2 ++ > 2 files changed, 3 insertions(+), 2 deletions(-)
Applied and squashed to commit on dpdk-next-build /Bruce