hsflowd: add missing dependencies
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:43 +0000 (23:30 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:43 +0000 (23:30 +0000)
SVN-Revision: 32245

net/hsflowd/Makefile

index c6750cdb9bb5d338435bd84ce52eba04bbbb0f48..93c631179b9e1faf33ffc51298eb397cec48f81b 100644 (file)
@@ -21,6 +21,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/hsflowd
   SECTION:=net
   CATEGORY:=Base system
+  DEPENDS:=+libpthread
   TITLE:=Host sFlow export agent
   URL:=http://host-sflow.sourceforge.net/
 endef