mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] networkmanager: fix rpath
Date: Wed, 25 Jul 2018 14:32:33 +0200	[thread overview]
Message-ID: <20180725123233.GA5145@lenoch> (raw)

Since version 1.12 plugin dir name is qualified with a version string.
Modify rpath accordingly.

Fixes: 7dcdc5672515370d7c47ed4a346ee327aae15ae7
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 rules/networkmanager.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/networkmanager.make b/rules/networkmanager.make
index c2b0730cb..e36d2deb9 100644
--- a/rules/networkmanager.make
+++ b/rules/networkmanager.make
@@ -107,7 +107,7 @@ NETWORKMANAGER_CONF_OPT = \
 
 ifdef PTXCONF_NETWORKMANAGER_WWAN
 NETWORKMANAGER_LDFLAGS	:= \
-	-Wl,-rpath,/usr/lib/NetworkManager
+	-Wl,-rpath,/usr/lib/NetworkManager/$(NETWORKMANAGER_VERSION)
 endif
 
 # ----------------------------------------------------------------------------
-- 
2.18.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

                 reply	other threads:[~2018-07-25 12:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20180725123233.GA5145@lenoch \
    --to=ladis@linux-mips.org \
    --cc=ptxdist@pengutronix.de \
    /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