summaryrefslogtreecommitdiff
path: root/package/readline
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2014-09-27 18:39:15 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-03-08 15:32:34 +0100
commit063ff25f6aeb626da03c49d5216bdd3c6b4f0482 (patch)
tree79759d8f4cdeb57cb7fa40ff3f765284ad2a2f2f /package/readline
parentc6aa56e081bd31981a547d8f2db060fe05a75d57 (diff)
package/readline: add host variant
Needed by SoftEther VPN. host-readline will also be needed by host-pcre, which in turn will be needed by the yet-to-be-released leafnode2 package. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/readline')
-rw-r--r--package/readline/readline.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/readline/readline.mk b/package/readline/readline.mk
index d670a71f3..c004899c2 100644
--- a/package/readline/readline.mk
+++ b/package/readline/readline.mk
@@ -8,6 +8,7 @@ READLINE_VERSION = 6.3
READLINE_SITE = $(BR2_GNU_MIRROR)/readline
READLINE_INSTALL_STAGING = YES
READLINE_DEPENDENCIES = ncurses
+HOST_READLINE_DEPENDENCIES = host-ncurses
READLINE_CONF_ENV = bash_cv_func_sigsetjmp=yes \
bash_cv_wcwidth_broken=no
READLINE_LICENSE = GPLv3+
@@ -20,3 +21,4 @@ endef
READLINE_POST_INSTALL_TARGET_HOOKS += READLINE_PURGE_EXAMPLES
$(eval $(autotools-package))
+$(eval $(host-autotools-package))