DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] app/testpmd: Fix relative rpath for drivers
@ 2017-09-20 16:41 Timothy Redaelli
  2017-09-21 10:50 ` Bruce Richardson
  0 siblings, 1 reply; 2+ messages in thread
From: Timothy Redaelli @ 2017-09-20 16:41 UTC (permalink / raw)
  To: bruce.richardson; +Cc: dev

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 <tredaelli@redhat.com>
---

This commit is for dpdk-next-build.

 app/test-pmd/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/test-pmd/meson.build b/app/test-pmd/meson.build
index a374771bf..202adf2b2 100644
--- a/app/test-pmd/meson.build
+++ b/app/test-pmd/meson.build
@@ -70,5 +70,5 @@ executable('dpdk-testpmd',
 	link_whole: link_libs,
 	dependencies: dep_objs,
 	link_args: eal_extra_link_arg, # add -ldl for linux, -lexecinfo for BSD
-	install_rpath: driver_install_path,
+	install_rpath: join_paths(get_option('prefix'), driver_install_path),
 	install: true)
-- 
2.13.5

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] [PATCH] app/testpmd: Fix relative rpath for drivers
  2017-09-20 16:41 [dpdk-dev] [PATCH] app/testpmd: Fix relative rpath for drivers Timothy Redaelli
@ 2017-09-21 10:50 ` Bruce Richardson
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Richardson @ 2017-09-21 10:50 UTC (permalink / raw)
  To: Timothy Redaelli; +Cc: dev

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 meson & ninja builds")
> 
> Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
> ---
Acked-by: Bruce Richardson <bruce.richardson@intel.com>

Applied to dpdk-next-build

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-09-21 10:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-20 16:41 [dpdk-dev] [PATCH] app/testpmd: Fix relative rpath for drivers Timothy Redaelli
2017-09-21 10:50 ` Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).