sysstat: update to 12.2.2
Removed default log path as it interferes with the configuration setting. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
eb8ea687c2
commit
1e8cc14f17
1 changed files with 3 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=sysstat
|
PKG_NAME:=sysstat
|
||||||
PKG_VERSION:=12.2.1
|
PKG_VERSION:=12.2.2
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=http://pagesperso-orange.fr/sebastien.godard/
|
PKG_SOURCE_URL:=http://pagesperso-orange.fr/sebastien.godard/
|
||||||
PKG_HASH:=8edb0e19b514ac560a098a02933a4735b881296d61014db89bf80f05dd7a4732
|
PKG_HASH:=78388b64acec81378b962e66b40e57acd4b18ff17a849bc9308f95d290248c9c
|
||||||
|
|
||||||
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
|
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
@ -47,7 +47,6 @@ endef
|
||||||
|
|
||||||
CONFIGURE_VARS+= \
|
CONFIGURE_VARS+= \
|
||||||
sa_lib_dir="/usr/lib/sysstat" \
|
sa_lib_dir="/usr/lib/sysstat" \
|
||||||
sa_dir="/var/log/sysstat" \
|
|
||||||
conf_dir="/etc/sysstat"
|
conf_dir="/etc/sysstat"
|
||||||
|
|
||||||
CONFIGURE_ARGS+= \
|
CONFIGURE_ARGS+= \
|
||||||
|
|
Loading…
Reference in a new issue