* [ptxdist] [PATCH] readline: Install libhistory.
@ 2025-05-13 19:28 Christian Melki
2025-05-16 22:02 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2025-05-13 19:28 UTC (permalink / raw)
To: ptxdist
libhistory is part of readline and provided as a separate .so.
It's fairly small (about 1/10:th of readline and around 40k on my machine).
I don't see a big point in ignoring to install it, esp. since there is no
builtin option to turn off the header installs and similar.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/readline.make | 1 +
1 file changed, 1 insertion(+)
diff --git a/rules/readline.make b/rules/readline.make
index 47b05fde9..3bbf03051 100644
--- a/rules/readline.make
+++ b/rules/readline.make
@@ -55,6 +55,7 @@ $(STATEDIR)/readline.targetinstall:
@$(call install_fixup, readline,DESCRIPTION,missing)
@$(call install_lib, readline, 0, 0, 0644, libreadline)
+ @$(call install_lib, readline, 0, 0, 0644, libhistory)
ifdef PTXCONF_READLINE_ETC_INPUTRC
@$(call install_alternative, readline, 0, 0, 0644, /etc/inputrc)
--
2.34.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] readline: Install libhistory.
2025-05-13 19:28 [ptxdist] [PATCH] readline: Install libhistory Christian Melki
@ 2025-05-16 22:02 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-05-16 22:02 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 8e28eab2722677cfe03ca8596e7b41af927f15d8.
Michael
[sent from post-receive hook]
On Sat, 17 May 2025 00:02:50 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> libhistory is part of readline and provided as a separate .so.
> It's fairly small (about 1/10:th of readline and around 40k on my machine).
> I don't see a big point in ignoring to install it, esp. since there is no
> builtin option to turn off the header installs and similar.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20250513192818.3075825-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/readline.make b/rules/readline.make
> index 47b05fde9000..3bbf03051f0c 100644
> --- a/rules/readline.make
> +++ b/rules/readline.make
> @@ -55,6 +55,7 @@ $(STATEDIR)/readline.targetinstall:
> @$(call install_fixup, readline,DESCRIPTION,missing)
>
> @$(call install_lib, readline, 0, 0, 0644, libreadline)
> + @$(call install_lib, readline, 0, 0, 0644, libhistory)
>
> ifdef PTXCONF_READLINE_ETC_INPUTRC
> @$(call install_alternative, readline, 0, 0, 0644, /etc/inputrc)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-16 22:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-13 19:28 [ptxdist] [PATCH] readline: Install libhistory Christian Melki
2025-05-16 22:02 ` [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