From 8476e88d292c8e5be2912a332b0f932e3f552307 Mon Sep 17 00:00:00 2001 From: nbd Date: Mon, 11 Jun 2012 23:30:31 +0000 Subject: [PATCH] ipcad: add missing dependency git-svn-id: svn://svn.openwrt.org/openwrt/packages@32240 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ipcad/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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