mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
collectd: perl bindings disable, backported
Fix for compile error in collectd 5.4.2 , for cc15.05, disable perl bindings backported from trunk https://github.com/openwrt/packages/commit/4fc1ad88f7097ef3e5616ce4cd4a9dd072ffd40c Signed-off-by: Jordi Reina <rwebking@yahoo.es>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=collectd
|
PKG_NAME:=collectd
|
||||||
PKG_VERSION:=5.4.2
|
PKG_VERSION:=5.4.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=http://collectd.org/files/
|
PKG_SOURCE_URL:=http://collectd.org/files/
|
||||||
@@ -171,6 +171,7 @@ CONFIGURE_ARGS+= \
|
|||||||
--enable-daemon \
|
--enable-daemon \
|
||||||
--enable-getifaddrs \
|
--enable-getifaddrs \
|
||||||
--with-nan-emulation \
|
--with-nan-emulation \
|
||||||
|
--without-perl-bindings \
|
||||||
--without-libgcrypt
|
--without-libgcrypt
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
|
|||||||
Reference in New Issue
Block a user