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:
9f1138c
)
Oops, forgot to add libpthread dependency
author
Florian Fainelli
<florian@openwrt.org>
Tue, 1 Aug 2006 21:11:14 +0000
(21:11 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 1 Aug 2006 21:11:14 +0000
(21:11 +0000)
SVN-Revision: 4382
net/fprobe/Makefile
patch
|
blob
|
history
diff --git
a/net/fprobe/Makefile
b/net/fprobe/Makefile
index 1ba4fb53b31b8ee94f513639e2643f4bff0b2d43..f539e96bd9cd0d218f4702b9510f2cd410914d4c 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/