Re: [dpdk-dev] [PATCH] app/testpmd: Fix relative rpath for drivers

2017-09-21 Thread Bruce Richardson
On Wed, Sep 20, 2017 at 06:41:28PM +0200, Timothy Redaelli wrote: > This commit fixes the setting of relative rpath on dpdk-testpmd for drivers > ($libdir/dpdk/drivers) to the correct absolute rpath > ($prefix$libdir/dpdk/drivers) > > Fixes: d123bba2dfbe ("build: add initial infrastructure for me

[dpdk-dev] [PATCH] app/testpmd: Fix relative rpath for drivers

2017-09-20 Thread Timothy Redaelli
This commit fixes the setting of relative rpath on dpdk-testpmd for drivers ($libdir/dpdk/drivers) to the correct absolute rpath ($prefix$libdir/dpdk/drivers) Fixes: d123bba2dfbe ("build: add initial infrastructure for meson & ninja builds") Signed-off-by: Timothy Redaelli --- This commit is