From: Timothy Redaelli <tredaelli@redhat.com>
To: bruce.richardson@intel.com
Cc: dev@dpdk.org
Subject: [dpdk-dev] [PATCH] app/testpmd: Fix relative rpath for drivers
Date: Wed, 20 Sep 2017 18:41:28 +0200 [thread overview]
Message-ID: <e2ed2da4c57b2f26a5d8a62871dbc9ac978f4649.1505924491.git.tredaelli@redhat.com> (raw)
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
next reply other threads:[~2017-09-20 16:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-20 16:41 Timothy Redaelli [this message]
2017-09-21 10:50 ` Bruce Richardson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e2ed2da4c57b2f26a5d8a62871dbc9ac978f4649.1505924491.git.tredaelli@redhat.com \
--to=tredaelli@redhat.com \
--cc=bruce.richardson@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).