projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a86a3a6
)
[packages] howl: add libpthread dependency (#6530)
author
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Jan 2010 21:49:33 +0000
(21:49 +0000)
committer
jow
<jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 23 Jan 2010 21:49:33 +0000
(21:49 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@19298
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
libs/howl/Makefile
patch
|
blob
|
history
diff --git
a/libs/howl/Makefile
b/libs/howl/Makefile
index
5dc6cbc
..
961760a
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