projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd75102
)
add libncurses dependency to bash, fixes #3150
author
John Crispin
<john@openwrt.org>
Fri, 7 Mar 2008 15:35:47 +0000
(15:35 +0000)
committer
John Crispin
<john@openwrt.org>
Fri, 7 Mar 2008 15:35:47 +0000
(15:35 +0000)
SVN-Revision: 10565
utils/bash/Makefile
patch
|
blob
|
history
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