From: nbd Date: Sun, 20 Apr 2008 20:59:19 +0000 (+0000) Subject: add missing dependency (thx, fish) X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=475753de610398189979d18302cfdb691bbb9cb1;p=packages.git add missing dependency (thx, fish) git-svn-id: svn://svn.openwrt.org/openwrt/packages@10893 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/collectd/Makefile b/utils/collectd/Makefile index c50c267dc..5ed3beaba 100644 --- a/utils/collectd/Makefile +++ b/utils/collectd/Makefile @@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/package.mk define Package/collectd SECTION:=utils CATEGORY:=Utilities - DEPENDS=+libgcc + DEPENDS=+libgcc +libpthread TITLE:=Lightweight system statistics collection daemon URL:=http://verplant.org/collectd/ endef