mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] rules/jimtcl.make: Let library symlinks follow CROSS_LIB_DIR
@ 2021-09-21  9:58 Christian Melki
  2021-10-07 10:18 ` [ptxdist] [APPLIED] jimtcl: " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2021-09-21  9:58 UTC (permalink / raw)
  To: ptxdist

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


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

end of thread, other threads:[~2021-10-07 10:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21  9:58 [ptxdist] [PATCH] rules/jimtcl.make: Let library symlinks follow CROSS_LIB_DIR Christian Melki
2021-10-07 10:18 ` [ptxdist] [APPLIED] jimtcl: " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox