projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0380ce
)
Add missing dependencies to atftp and atftpd (#1022)
author
Florian Fainelli
<florian@openwrt.org>
Thu, 7 Dec 2006 14:06:49 +0000
(14:06 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Thu, 7 Dec 2006 14:06:49 +0000
(14:06 +0000)
SVN-Revision: 5712
net/atftp/Makefile
patch
|
blob
|
history
diff --git
a/net/atftp/Makefile
b/net/atftp/Makefile
index 9e3a8d7cb891abdf36af8df79de90367011b9768..4c5e1d9f5ba7ef5781c26e0edb7bff2bcdff1e4a 100644
(file)
--- a/
net/atftp/Makefile
+++ b/
net/atftp/Makefile
@@
-32,13
+32,13
@@
endef
define Package/atftp
$(call Package/atftp/Default)
- DEPENDS:=+libreadline +libpcre
+ DEPENDS:=+libreadline +libpcre
+libncurses
TITLE+= client
endef
define Package/atftpd
$(call Package/atftp/Default)
- DEPENDS:=+libreadline +libpcre
+ DEPENDS:=+libreadline +libpcre
+libpthread
TITLE+= server
endef