projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add libncurses dependency to bash, fixes #3150
[openwrt/svn-archive/archive.git]
/
utils
/
bash
/
Makefile
diff --git
a/utils/bash/Makefile
b/utils/bash/Makefile
index a9058e5132663137d10218fb67703607b00a0886..1d753991aca622cecc1b7a7167733c9eef238068 100644
(file)
--- 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