projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faca572
)
flow-tools: Make zlib a build time dependency only.
author
Rod Whitby
<rod@whitby.id.au>
Mon, 28 May 2007 13:47:42 +0000
(13:47 +0000)
committer
Rod Whitby
<rod@whitby.id.au>
Mon, 28 May 2007 13:47:42 +0000
(13:47 +0000)
SVN-Revision: 7369
net/flow-tools/Makefile
patch
|
blob
|
history
diff --git
a/net/flow-tools/Makefile
b/net/flow-tools/Makefile
index b022b8573c3fc9deca2e764a0d93ce631fe9e323..4c2b265814e3ef8537041fc808ebb4ff1d2b7056 100644
(file)
--- a/
net/flow-tools/Makefile
+++ b/
net/flow-tools/Makefile
@@
-19,6
+19,8
@@
PKG_CAT:=zcat
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
+PKG_BUILD_DEPENDS:=+zlib
+
include $(INCLUDE_DIR)/package.mk
define Package/flow-tools
@@
-29,7
+31,6
@@
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