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:
c3eb734
)
bc: add missing dependency on libncurses
author
Felix Fietkau
<
[email protected]
>
Mon, 11 Jun 2012 22:19:34 +0000
(22:19 +0000)
committer
Felix Fietkau
<
[email protected]
>
Mon, 11 Jun 2012 22:19:34 +0000
(22:19 +0000)
SVN-Revision: 32217
utils/bc/Makefile
patch
|
blob
|
history
diff --git
a/utils/bc/Makefile
b/utils/bc/Makefile
index 23e5b1cccc7977d238d03c1fc1be8b85d9a89fc2..9f59be39f56e0b3bcbc3f3350803f6665d0abdf6 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