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:
c9a2f13
)
flow-tools: Add missing build dependency on zlib.
author
Rod Whitby
<rod@whitby.id.au>
Mon, 28 May 2007 13:08:44 +0000
(13:08 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Mon, 28 May 2007 13:08:44 +0000
(13:08 +0000)
SVN-Revision: 7367
net/flow-tools/Makefile
patch
|
blob
|
history
diff --git
a/net/flow-tools/Makefile
b/net/flow-tools/Makefile
index f5d8693ea659952294a20371880f08f5003ae50a..b022b8573c3fc9deca2e764a0d93ce631fe9e323 100644
(file)
--- a/
net/flow-tools/Makefile
+++ b/
net/flow-tools/Makefile
@@
-29,6
+29,7
@@
define Package/flow-tools
Flow-tools is a software package for collecting and processing \\\
NetFlow data from Cisco and Juniper routers.
URL:=http://www.splintered.net/sw/flow-tools/
+ DEPENDS:=+zlib
endef
define Build/Compile