From: Jo-Philipp Wich Date: Sat, 23 Jan 2010 21:50:56 +0000 (+0000) Subject: [packages] mt-daapd: add libpthread dependency (#6530) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=38032a84a41ecffee31b2360b871617177095341;p=openwrt%2Fsvn-archive%2Farchive.git [packages] mt-daapd: add libpthread dependency (#6530) SVN-Revision: 19299 --- diff --git a/sound/mt-daapd/Makefile b/sound/mt-daapd/Makefile index 25c517be8b..e9e7478197 100644 --- a/sound/mt-daapd/Makefile +++ b/sound/mt-daapd/Makefile @@ -20,7 +20,7 @@ include $(INCLUDE_DIR)/package.mk define Package/mt-daapd SECTION:=sound CATEGORY:=Sound - DEPENDS:=+libgdbm +libhowl +libid3tag + DEPENDS:=+libgdbm +libhowl +libid3tag +libpthread TITLE:=A multi-threaded DAAP (Digital Audio Access Protocol) daemon URL:=http://www.mt-daapd.org/ endef