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:
2d75030
)
fix dependency on libnotimpl, which has no package, so make it a build time dependenc...
author
Nicolas Thill
<nico@openwrt.org>
Sun, 14 Jan 2007 13:20:01 +0000
(13:20 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 14 Jan 2007 13:20:01 +0000
(13:20 +0000)
SVN-Revision: 6095
utils/rrdtool/Makefile
patch
|
blob
|
history
diff --git
a/utils/rrdtool/Makefile
b/utils/rrdtool/Makefile
index 534510febdd068ee57b8a969fb5f249e119d5e52..0998aedf82a87c2aac65743d3a35059b0466e62c 100644
(file)
--- 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)