diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-12-02 00:23:53 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-12-02 01:05:01 +0100 |
commit | 869daccc27aab3e7584077732a5de53c543d5862 (patch) | |
tree | 3978898899f976137b2d1d40b705b6f46e5d1699 /utils/sysstat/Makefile | |
parent | e23e83a3ea671ed0b5684caca6dc2a2a93c7aa5d (diff) |
sysstat: remove build timestamp
Build timestamp prevents reproducible builds [0].
Thanks to the debian project for the patch.
[0] https://reproducible-builds.org/docs/timestamps/
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'utils/sysstat/Makefile')
-rw-r--r-- | utils/sysstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/sysstat/Makefile b/utils/sysstat/Makefile index 71751968a..60df6f579 100644 --- a/utils/sysstat/Makefile +++ b/utils/sysstat/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=sysstat PKG_VERSION:=11.6.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-2.0 PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> |