From: Felix Fietkau Date: Mon, 11 Jun 2012 23:30:31 +0000 (+0000) Subject: ipcad: add missing dependency X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=160bc00583650458b557f538e734de2018dbe623;p=openwrt%2Fsvn-archive%2Fpackages.git ipcad: add missing dependency SVN-Revision: 32240 --- diff --git a/net/ipcad/Makefile b/net/ipcad/Makefile index 1d541f903..14143a129 100644 --- a/net/ipcad/Makefile +++ b/net/ipcad/Makefile @@ -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