May not need to explicitly call tinfo now.
This commit is contained in:
parent
f0089099e1
commit
2916ed9957
2 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue