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:
51f96c2
)
[packages] ndisc: make rdnssd depend on librt, fix typo
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 13 Jun 2010 00:22:08 +0000
(
00:22
+0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 13 Jun 2010 00:22:08 +0000
(
00:22
+0000)
SVN-Revision: 21773
ipv6/ndisc/Makefile
patch
|
blob
|
history
diff --git
a/ipv6/ndisc/Makefile
b/ipv6/ndisc/Makefile
index
1044536
..
d16a6a6
100644
(file)
--- a/
ipv6/ndisc/Makefile
+++ b/
ipv6/ndisc/Makefile
@@
-58,7
+58,8
@@
endef
define Package/rdnssd
$(call Package/ndisc)
- TITLE:=DNS server discovery deamon
+ TITLE:=DNS server discovery daemon
+ DEPENDS:=+librt
endef
define Package/rdnssd/description