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>
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+
READLINE_POST_INSTALL_TARGET_HOOKS += READLINE_PURGE_EXAMPLES
$(eval $(autotools-package))
+$(eval $(host-autotools-package))