* [ptxdist] [PATCH] rules/pam.make: Make .so file installation follow CROSS_LIB_DIR.
@ 2021-06-08 19:31 Christian Melki
2021-06-16 10:35 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2021-06-08 19:31 UTC (permalink / raw)
To: ptxdist
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/pam.make | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rules/pam.make b/rules/pam.make
index 538ce2fa0..2f3ac3fb4 100644
--- a/rules/pam.make
+++ b/rules/pam.make
@@ -64,7 +64,7 @@ $(STATEDIR)/pam.targetinstall:
@$(call install_lib, pam, 0, 0, 0644, libpam_misc)
@$(call install_lib, pam, 0, 0, 0644, libpam)
- @$(call install_tree, pam, 0, 0, -, /usr/lib/security)
+ @$(call install_tree, pam, 0, 0, -, /usr/$(CROSS_LIB_DIR)/security)
@$(call install_alternative, pam, 0, 0, 0644, /etc/environment)
@$(call install_alternative, pam, 0, 0, 0644, /etc/security/access.conf)
--
2.31.1
_______________________________________________
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
* Re: [ptxdist] [APPLIED] rules/pam.make: Make .so file installation follow CROSS_LIB_DIR.
2021-06-08 19:31 [ptxdist] [PATCH] rules/pam.make: Make .so file installation follow CROSS_LIB_DIR Christian Melki
@ 2021-06-16 10:35 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2021-06-16 10:35 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 83d78d2da0963505086b6e554daff8a6699e83a0.
Michael
[sent from post-receive hook]
On Wed, 16 Jun 2021 12:35:58 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20210608193129.13919-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/pam.make b/rules/pam.make
> index 538ce2fa0263..2f3ac3fb400f 100644
> --- a/rules/pam.make
> +++ b/rules/pam.make
> @@ -64,7 +64,7 @@ $(STATEDIR)/pam.targetinstall:
> @$(call install_lib, pam, 0, 0, 0644, libpam_misc)
> @$(call install_lib, pam, 0, 0, 0644, libpam)
>
> - @$(call install_tree, pam, 0, 0, -, /usr/lib/security)
> + @$(call install_tree, pam, 0, 0, -, /usr/$(CROSS_LIB_DIR)/security)
>
> @$(call install_alternative, pam, 0, 0, 0644, /etc/environment)
> @$(call install_alternative, pam, 0, 0, 0644, /etc/security/access.conf)
_______________________________________________
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-06-16 10:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08 19:31 [ptxdist] [PATCH] rules/pam.make: Make .so file installation follow CROSS_LIB_DIR Christian Melki
2021-06-16 10:35 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox