From: nico Date: Sun, 14 Jan 2007 13:20:01 +0000 (+0000) Subject: fix dependency on libnotimpl, which has no package, so make it a build time dependenc... X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=bf2b94dd10ce42c987440489a98ab7fe684ed33a;p=packages.git fix dependency on libnotimpl, which has no package, so make it a build time dependency instead git-svn-id: svn://svn.openwrt.org/openwrt/packages@6095 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/rrdtool/Makefile b/utils/rrdtool/Makefile index 534510feb..0998aedf8 100644 --- a/utils/rrdtool/Makefile +++ b/utils/rrdtool/Makefile @@ -20,6 +20,8 @@ PKG_CAT:=zcat PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install +PKG_BUILDDEP:=libnotimpl + include $(INCLUDE_DIR)/package.mk define Package/rrd @@ -31,7 +33,7 @@ endef define Package/librrd $(call Package/rrd) - DEPENDS:=+libart +libfreetype +libpng +zlib +libnotimpl + DEPENDS:=+libart +libfreetype +libpng +zlib SECTION:=libs CATEGORY:=Utilities TITLE:=Round Robin Database (RRD) management library (v1.2.x)