From: Felix Fietkau Date: Tue, 12 Jun 2012 01:56:30 +0000 (+0000) Subject: howl: add missing dependencies X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=3e60ef7728757c2770c90ebe434c9ca53cb92e4f;p=openwrt%2Fsvn-archive%2Farchive.git howl: add missing dependencies SVN-Revision: 32250 --- diff --git a/libs/howl/Makefile b/libs/howl/Makefile index c21b7a8ffa..3b70f7d151 100644 --- a/libs/howl/Makefile +++ b/libs/howl/Makefile @@ -43,7 +43,7 @@ endef define Package/howl-autoipd $(call Package/howl/Default) SUBMENU:=IP Addresses and Names - DEPENDS:=+libhowl + DEPENDS:=+libhowl +libpthread TITLE:=An IPv4 Link-Local address self-assigner daemon endef @@ -71,7 +71,7 @@ endef define Package/howl-nifd $(call Package/howl/Default) SUBMENU:=IP Addresses and Names - DEPENDS:=+libhowl + DEPENDS:=+libhowl +libpthread TITLE:=A network interface monitor daemon endef @@ -82,7 +82,7 @@ endef define Package/howl-utils $(call Package/howl/Default) SUBMENU:=IP Addresses and Names - DEPENDS:=+libhowl + DEPENDS:=+libhowl +libpthread TITLE+= (utilities) endef