summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-05-24 20:24:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-05-25 21:13:17 +0200
commitd3b58752ddff02c8cb9b4e86088b94a4a551c0ab (patch)
treec7b21770b6a226f07a010434bb258709ca64f121
parent1ebccaf1463e2e2b1158ff4f89537522300b669e (diff)
downloadptxdist-d3b58752ddff02c8cb9b4e86088b94a4a551c0ab.tar.gz
ptxdist-d3b58752ddff02c8cb9b4e86088b94a4a551c0ab.tar.xz
sysstat: version bump 11.0.7 -> 12.0.4
This fixes building with glibc 2.28. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/sysstat.make11
1 files changed, 3 insertions, 8 deletions
diff --git a/rules/sysstat.make b/rules/sysstat.make
index feb0dc274..8b4dbd520 100644
--- a/rules/sysstat.make
+++ b/rules/sysstat.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_SYSSTAT) += sysstat
#
# Paths and names
#
-SYSSTAT_VERSION := 11.0.7
-SYSSTAT_MD5 := 2d9e43c14d7df7daabee06c3fe45cd05
+SYSSTAT_VERSION := 12.0.4
+SYSSTAT_MD5 := 237ae1ba7a2073628b2cd7444ae3aed8
SYSSTAT := sysstat-$(SYSSTAT_VERSION)
SYSSTAT_SUFFIX := tar.xz
SYSSTAT_URL := http://pagesperso-orange.fr/sebastien.godard/$(SYSSTAT).$(SYSSTAT_SUFFIX)
@@ -42,10 +42,8 @@ SYSSTAT_CONF_OPT := \
--disable-sensors \
$(GLOBAL_LARGE_FILE_OPTION) \
--disable-nls \
- --enable-yesterday \
- --disable-man-group \
+ --disable-file-attr \
--disable-compress-manpg \
- --enable-install-isag \
--enable-clean-sa-dir \
--disable-install-cron \
--enable-collect-all \
@@ -76,10 +74,7 @@ $(STATEDIR)/sysstat.targetinstall:
@$(call install_copy, sysstat, 0, 0, 0755, -, /usr/bin/cifsiostat)
@$(call install_copy, sysstat, 0, 0, 0755, -, /usr/bin/iostat)
- @$(call install_copy, sysstat, 0, 0, 0755, -, /usr/bin/isag)
@$(call install_copy, sysstat, 0, 0, 0755, -, /usr/bin/mpstat)
- @$(call install_copy, sysstat, 0, 0, 0755, -, \
- /usr/bin/nfsiostat-sysstat)
@$(call install_copy, sysstat, 0, 0, 0755, -, /usr/bin/pidstat)
@$(call install_copy, sysstat, 0, 0, 0755, -, /usr/bin/sadf)
@$(call install_copy, sysstat, 0, 0, 0755, -, /usr/bin/sar)