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:
b0c4603
)
ntpd: the daemon depends on mdnsresponder (provides libdns_sd.so)
author
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 22 Dec 2009 21:55:02 +0000
(21:55 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Tue, 22 Dec 2009 21:55:02 +0000
(21:55 +0000)
SVN-Revision: 18897
net/ntpd/Makefile
patch
|
blob
|
history
diff --git
a/net/ntpd/Makefile
b/net/ntpd/Makefile
index 8e973915abb93ed96c19c178a8378986d163fe8e..34e8b6f4fa44056b7607477d65401f012d4fb8b8 100644
(file)
--- a/
net/ntpd/Makefile
+++ b/
net/ntpd/Makefile
@@
-35,6
+35,7
@@
endef
define Package/ntpd
$(call Package/ntpd/Default)
+ DEPENDS:=+mdnsresponder
TITLE+= server
endef