add missing dependency (thx, fish)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 20 Apr 2008 20:59:19 +0000 (20:59 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 20 Apr 2008 20:59:19 +0000 (20:59 +0000)
SVN-Revision: 10893

utils/collectd/Makefile

index c50c267dc1b57cc5f6b42befa27f4ec032f583ad..5ed3beaba63b02eedaad3938003f8738f9cd291f 100644 (file)
@@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/collectd
   SECTION:=utils
   CATEGORY:=Utilities
 define Package/collectd
   SECTION:=utils
   CATEGORY:=Utilities
-  DEPENDS=+libgcc
+  DEPENDS=+libgcc +libpthread
   TITLE:=Lightweight system statistics collection daemon
   URL:=http://verplant.org/collectd/
 endef
   TITLE:=Lightweight system statistics collection daemon
   URL:=http://verplant.org/collectd/
 endef