[packages] howl: add libpthread dependency (#6530)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 23 Jan 2010 21:49:33 +0000 (21:49 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 23 Jan 2010 21:49:33 +0000 (21:49 +0000)
SVN-Revision: 19298

libs/howl/Makefile

index 5dc6cbc9cf74e2ec3a95fcf0934e4c90689fd2f2..961760ab11b439d2e7d98636a3dd6dc33858f6b2 100644 (file)
@@ -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