Fix libnotimpl dependency (#1092)
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Dec 2006 17:32:37 +0000 (17:32 +0000)
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Dec 2006 17:32:37 +0000 (17:32 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5900 3c298f89-4303-0410-b956-a3cf2f4a3e73

utils/rrdtool/Makefile

index 32945b6..534510f 100644 (file)
@@ -31,7 +31,7 @@ endef
 
 define Package/librrd
   $(call Package/rrd)
-  DEPENDS:=+libart +libfreetype +libpng +zlib
+  DEPENDS:=+libart +libfreetype +libpng +zlib +libnotimpl
   SECTION:=libs
   CATEGORY:=Utilities
   TITLE:=Round Robin Database (RRD) management library (v1.2.x)