From: Jo-Philipp Wich Date: Sat, 23 Jan 2010 21:49:33 +0000 (+0000) Subject: [packages] howl: add libpthread dependency (#6530) X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=6d77cea6328a7116ba7a48bb1e933858b0264a63;hp=9c2b58a59b7f7d263dfa906f6a6c937eb28ac808 [packages] howl: add libpthread dependency (#6530) SVN-Revision: 19298 --- diff --git a/libs/howl/Makefile b/libs/howl/Makefile index 5dc6cbc9cf..961760ab11 100644 --- 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