mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Christian Melki <christian.melki@t2data.com>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] rules/jimtcl.make: Let library symlinks follow CROSS_LIB_DIR
Date: Tue, 21 Sep 2021 11:58:52 +0200	[thread overview]
Message-ID: <20210921095852.971802-1-christian.melki@t2data.com> (raw)

Libraries were installed to a proper path, but the symlink wasn't.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/jimtcl.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/jimtcl.make b/rules/jimtcl.make
index eb39dd611..1a7fa823c 100644
--- a/rules/jimtcl.make
+++ b/rules/jimtcl.make
@@ -57,7 +57,7 @@ JIMTCL_CONF_OPT		:= \
 $(STATEDIR)/jimtcl.install:
 	@$(call targetinfo)
 	@$(call world/install, JIMTCL)
-	@ln -sf libjim.so.$(JIMTCL_VERSION) $(JIMTCL_PKGDIR)/usr/lib/libjim.so
+	@ln -sf libjim.so.$(JIMTCL_VERSION) $(JIMTCL_PKGDIR)/usr/$(CROSS_LIB_DIR)/libjim.so
 	@$(call touch)
 
 # ----------------------------------------------------------------------------
-- 
2.30.2


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


             reply	other threads:[~2021-09-21  9:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-21  9:58 Christian Melki [this message]
2021-10-07 10:18 ` [ptxdist] [APPLIED] jimtcl: " Michael Olbrich

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=20210921095852.971802-1-christian.melki@t2data.com \
    --to=christian.melki@t2data.com \
    --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