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:
e78e56d
)
howl: add libpthread dependency (#6530)
author
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 23 Jan 2010 21:49:33 +0000
(21:49 +0000)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Sat, 23 Jan 2010 21:49:33 +0000
(21:49 +0000)
SVN-Revision: 19298
libs/howl/Makefile
patch
|
blob
|
history
diff --git
a/libs/howl/Makefile
b/libs/howl/Makefile
index 5dc6cbc9cf74e2ec3a95fcf0934e4c90689fd2f2..961760ab11b439d2e7d98636a3dd6dc33858f6b2 100644
(file)
--- a/
libs/howl/Makefile
+++ b/
libs/howl/Makefile
@@
-49,7
+49,7
@@
endef
define Package/howl-mdnsresponder
$(call Package/howl/Default)
- DEPENDS:=+libhowl
+ DEPENDS:=+libhowl
+libpthread
TITLE:=An mDNS (Multicast DNS) service responder daemon
endef