From 374f8b5aabd1abc38b169172a33d1397b72baef7 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 13 Jun 2012 00:22:02 +0000 Subject: [PATCH] [packages] rrdtool: librrd depends on libpthread git-svn-id: svn://svn.openwrt.org/openwrt/packages@32302 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- utils/rrdtool/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/rrdtool/Makefile b/utils/rrdtool/Makefile index 758835e51..a74060118 100644 --- a/utils/rrdtool/Makefile +++ b/utils/rrdtool/Makefile @@ -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