From b68b93b4b47eae30b42d4888e3db1129dbb223b9 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 29 Oct 2021 23:30:38 +0200 Subject: readline: Pass -ltinfo Otherwise the library builds, but programs trying to use it have to link against libtinfo themselves (which they don't expect). Signed-off-by: Phil Sutter --- package/readline/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/readline/Makefile b/package/readline/Makefile index cdf2c04f6..8ac34cceb 100644 --- a/package/readline/Makefile +++ b/package/readline/Makefile @@ -24,6 +24,7 @@ $(eval $(call HOST_template,READLINE,readline,${PKG_VERSION}-${PKG_RELEASE})) $(eval $(call PKG_template,LIBREADLINE,libreadline,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION},${PKG_OPTS})) CONFIGURE_ARGS+= --with-curses +TARGET_LDFLAGS+= -ltinfo libreadline-install: ${INSTALL_DIR} ${IDIR_LIBREADLINE}/usr/lib -- cgit v1.2.3