bash: fix LIBS

This commit is contained in:
cvh 2017-11-20 17:57:51 +01:00
parent 26c5fadc5d
commit 8ee8cb54cc

View File

@ -29,13 +29,7 @@ PKG_SHORTDESC="The GNU Bourne Again shell"
PKG_LONGDESC="The GNU Bourne Again shell"
PKG_AUTORECONF="no"
PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--disable-shared \
--with-curses \
PKG_CONFIGURE_OPTS_TARGET="--with-curses \
--enable-readline \
--without-bash-malloc \
--with-installed-readline"
pre_configure_target() {
export LIBS="-lterminfo"
}