From: jow Date: Sat, 23 Jan 2010 21:49:33 +0000 (+0000) Subject: [packages] howl: add libpthread dependency (#6530) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=c6e17a0c37936e9b2d79913ae2aa2af6afd8c8b4;p=packages.git [packages] howl: add libpthread dependency (#6530) git-svn-id: svn://svn.openwrt.org/openwrt/packages@19298 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/howl/Makefile b/libs/howl/Makefile index 5dc6cbc9c..961760ab1 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