From 2a4164d55200553adf4174634a549e1f8f700ef6 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 7 Mar 2008 15:35:47 +0000 Subject: [PATCH] add libncurses dependency to bash, fixes #3150 SVN-Revision: 10565 --- utils/bash/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2