[packages] rrdtool: librrd depends on libpthread
authorJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 00:22:02 +0000 (00:22 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Wed, 13 Jun 2012 00:22:02 +0000 (00:22 +0000)
SVN-Revision: 32302

utils/rrdtool/Makefile

index 758835e5183f16f35fb65a1426bdbeaaa7ebbcc4..a74060118ecabaa3387c32e2a2714b419457a38a 100644 (file)
@@ -40,7 +40,7 @@ $(call Package/rrdtool/Default)
   SECTION:=libs
   CATEGORY:=Libraries
   TITLE+= management library (v1.2.x)
-  DEPENDS+= +libart +libfreetype +libpng +zlib
+  DEPENDS+= +libart +libfreetype +libpng +zlib +libpthread
 endef
 
 define Package/rrdcgi