From: Felix Fietkau Date: Mon, 11 Jun 2012 22:19:40 +0000 (+0000) Subject: udpcast: add dependency on libpthread X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=941ad47c89ceeb5782f97b8b46a3942dcc18a42d;p=openwrt%2Fsvn-archive%2Farchive.git udpcast: add dependency on libpthread SVN-Revision: 32219 --- diff --git a/net/udpcast/Makefile b/net/udpcast/Makefile index 7a8f6b6f38..5ad15c96cf 100644 --- a/net/udpcast/Makefile +++ b/net/udpcast/Makefile @@ -22,6 +22,7 @@ define Package/udpcast CATEGORY:=Network TITLE:=UDP Cast URL:=http://udpcast.linux.lu/ + DEPENDS:=+libpthread endef define Package/udpcast/description