Added dependency libraries to ensure configure can find and use librrd.so
authorRod Whitby <rod@whitby.id.au>
Sat, 22 Sep 2007 23:35:14 +0000 (23:35 +0000)
committerRod Whitby <rod@whitby.id.au>
Sat, 22 Sep 2007 23:35:14 +0000 (23:35 +0000)
SVN-Revision: 8966

utils/rrdcollect/Makefile

index 4716d2a7035cc12bcf89c81be3d18fff75c1dfcf..2f65588d57dcf330ff06cb74308159f7542eef9d 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=rrdcollect
 PKG_VERSION:=0.2.3
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/rrdcollect
@@ -70,7 +70,7 @@ define Build/Configure
                --without-libpcap \
                , \
                CFLAGS="$(TARGET_CFLAGS) -DSOCKET_COMM" \
-               LIBS="-lz" \
+               LIBS="-lz -lfreetype -lpng -lart_lgpl_2" \
        )
 endef