Merge pull request #2472 from jreinam/patch-1
collectd: perl INSTALL_BASE fix in 15.05
This commit is contained in:
commit
aa2a72e459
1 changed files with 2 additions and 1 deletions
|
@ -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+= \
|
||||||
|
|
Loading…
Reference in a new issue