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 <[email protected]>
---
 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


Reply via email to