projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32ffe91
)
bc: add missing dependency on libncurses
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:19:34 +0000
(22:19 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 11 Jun 2012 22:19:34 +0000
(22:19 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32217
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
utils/bc/Makefile
patch
|
blob
|
history
diff --git
a/utils/bc/Makefile
b/utils/bc/Makefile
index
23e5b1c
..
9f59be3
100644
(file)
--- a/
utils/bc/Makefile
+++ b/
utils/bc/Makefile
@@
-26,7
+26,7
@@
endef
define Package/bc
$(call Package/bc/Default)
TITLE:=Arbitrary precision calculator language
- DEPENDS:=+libreadline
+ DEPENDS:=+libreadline
+libncurses
endef
define Package/bc/description