Added dependency libraries to ensure configure can find and use librrd.so
git-svn-id: svn://svn.openwrt.org/openwrt/packages@8966 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
57d435dec3
commit
c98a9476cc
@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=rrdcollect
|
PKG_NAME:=rrdcollect
|
||||||
PKG_VERSION:=0.2.3
|
PKG_VERSION:=0.2.3
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=@SF/rrdcollect
|
PKG_SOURCE_URL:=@SF/rrdcollect
|
||||||
@ -70,7 +70,7 @@ define Build/Configure
|
|||||||
--without-libpcap \
|
--without-libpcap \
|
||||||
, \
|
, \
|
||||||
CFLAGS="$(TARGET_CFLAGS) -DSOCKET_COMM" \
|
CFLAGS="$(TARGET_CFLAGS) -DSOCKET_COMM" \
|
||||||
LIBS="-lz" \
|
LIBS="-lz -lfreetype -lpng -lart_lgpl_2" \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user