projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1313d5
)
ipcad: add missing dependency
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:31 +0000
(23:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 11 Jun 2012 23:30:31 +0000
(23:30 +0000)
SVN-Revision: 32240
net/ipcad/Makefile
patch
|
blob
|
history
diff --git
a/net/ipcad/Makefile
b/net/ipcad/Makefile
index 1d541f90387c0c38c4ea68e4801ae0846b42715c..14143a1292772e266f4c2b192d2d4822937bf08d 100644
(file)
--- 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