From: rwhitby Date: Mon, 28 May 2007 13:47:42 +0000 (+0000) Subject: flow-tools: Make zlib a build time dependency only. X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1f0d64e14783b69ec3e37a3139e79bec00e1c1cc;p=packages.git flow-tools: Make zlib a build time dependency only. git-svn-id: svn://svn.openwrt.org/openwrt/packages@7369 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/flow-tools/Makefile b/net/flow-tools/Makefile index b022b8573..4c2b26581 100644 --- 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