bash: fix building

This commit is contained in:
kszaq 2017-02-08 16:03:06 +01:00
parent 80ab749ea3
commit 93969d3c9d

View File

@ -37,7 +37,3 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--enable-readline \
--without-bash-malloc \
--with-installed-readline"
pre_configure_target() {
export LIBS="-lterminfo"
}