From: John Crispin Date: Fri, 7 Mar 2008 15:35:47 +0000 (+0000) Subject: add libncurses dependency to bash, fixes #3150 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=2a4164d55200553adf4174634a549e1f8f700ef6 add libncurses dependency to bash, fixes #3150 SVN-Revision: 10565 --- diff --git a/utils/bash/Makefile b/utils/bash/Makefile index a9058e5132..1d753991ac 100644 --- a/utils/bash/Makefile +++ b/utils/bash/Makefile @@ -25,6 +25,7 @@ define Package/bash SECTION:=utils CATEGORY:=Utilities TITLE:=The GNU Bourne Again SHell + DEPENDS:=+libncurses URL:=http://www.gnu.org/software/bash/ endef