From 81e0353a4bb82b5fc793c67d269181e84dd53bfe Mon Sep 17 00:00:00 2001 From: blogic Date: Fri, 7 Mar 2008 15:35:47 +0000 Subject: [PATCH] add libncurses dependency to bash, fixes #3150 git-svn-id: svn://svn.openwrt.org/openwrt/packages@10565 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/bash/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/bash/Makefile b/utils/bash/Makefile index a9058e513..1d753991a 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 -- 2.11.0