Merge pull request #2237 from CvH/9.0-bash-fix

bash: fix LIBS
This commit is contained in:
MilhouseVH 2017-11-25 00:40:08 +00:00 committed by GitHub
commit 61933c07f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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