May not need to explicitly call tinfo now.

This commit is contained in:
fewtarius 2022-08-30 05:45:27 -04:00
parent f0089099e1
commit 2916ed9957
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ PKG_CONFIGURE_OPTS_TARGET="bash_cv_wcwidth_broken=no \
--with-curses"
pre_configure_target() {
export LDFLAGS="${LDFLAGS} -lncurses -ltinfo"
export LDFLAGS="${LDFLAGS} -lncurses"
}
post_makeinstall_target() {

View file

@ -94,7 +94,7 @@ pre_configure_target() {
rm -rf .${TARGET_NAME}
# work around link issues
export LDFLAGS="${LDFLAGS} -lreadline -lncurses -ltinfo"
export LDFLAGS="${LDFLAGS} -lreadline -lncurses"
# support 64-bit offsets and seeks on 32-bit platforms
if [ "${TARGET_ARCH}" = "arm" ]; then