[packages] mt-daapd: add libpthread dependency (#6530)
authorJo-Philipp Wich <jow@openwrt.org>
Sat, 23 Jan 2010 21:50:56 +0000 (21:50 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sat, 23 Jan 2010 21:50:56 +0000 (21:50 +0000)
SVN-Revision: 19299

sound/mt-daapd/Makefile

index 25c517be8b0791d5c702182bc6cd967d7e7d77cd..e9e7478197a07fad1c86e50ba6b4a716f3141e84 100644 (file)
@@ -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