projects
/
openwrt
/
svn-archive
/
archive.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Oops, forgot to add libpthread dependency
[openwrt/svn-archive/archive.git]
/
net
/
fprobe
/
Makefile
diff --git
a/net/fprobe/Makefile
b/net/fprobe/Makefile
index
1ba4fb5
..
f539e96
100644
(file)
--- a/
net/fprobe/Makefile
+++ b/
net/fprobe/Makefile
@@
-23,7
+23,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/fprobe
SECTION:=net
CATEGORY:=Network
- DEPENDS:=+libpcap
+ DEPENDS:=+libpcap
+libpthread
TITLE:=NetFlow probe (libpcap-based)
DESCRIPTION:=A NetFlow probe using libpcap
URL:=http://fprobe.sourceforge.net/