add libncurses dependency to bash, fixes #3150
authorJohn Crispin <john@openwrt.org>
Fri, 7 Mar 2008 15:35:47 +0000 (15:35 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 7 Mar 2008 15:35:47 +0000 (15:35 +0000)
SVN-Revision: 10565

utils/bash/Makefile

index a9058e5132663137d10218fb67703607b00a0886..1d753991aca622cecc1b7a7167733c9eef238068 100644 (file)
@@ -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