ipcad: add missing dependency
authorFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:31 +0000 (23:30 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:31 +0000 (23:30 +0000)
SVN-Revision: 32240

net/ipcad/Makefile

index 1d541f90387c0c38c4ea68e4801ae0846b42715c..14143a1292772e266f4c2b192d2d4822937bf08d 100644 (file)
@@ -22,7 +22,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/ipcad
   SECTION:=net
   CATEGORY:=Network
-  DEPENDS:=+libpcap $(LIBRPC_DEPENDS)
+  DEPENDS:=+libpcap $(LIBRPC_DEPENDS) +libpthread
   TITLE:=listens for traffic on the specified interfaces
   URL:=http://lionet.info/ipcad/
 endef