From 2c6075085613840cc85a805dca3ae404877b4810 Mon Sep 17 00:00:00 2001 From: rwhitby Date: Sat, 22 Sep 2007 15:25:57 +0000 Subject: [PATCH] rrdcollect: Build against the latest version of librrd - there is no need to use librrd1. git-svn-id: svn://svn.openwrt.org/openwrt/packages@8950 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/rrdcollect/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/rrdcollect/Makefile b/utils/rrdcollect/Makefile index a2a90f1fd..4716d2a70 100644 --- a/utils/rrdcollect/Makefile +++ b/utils/rrdcollect/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=rrdcollect PKG_VERSION:=0.2.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/rrdcollect @@ -36,7 +36,7 @@ endef define Package/rrdcollect $(call Package/rrdcollect/Default) - DEPENDS:=+librrd1 + DEPENDS:=+librrd TITLE:=Round-Robin Database (RRD) collecting daemon DESCRIPTION+=\\\ \\\ -- 2.11.0