From fa9a3c533213d677f60ef20cd3b7a0aac35711e8 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 21 Sep 2015 14:49:12 +0200 Subject: [PATCH] sysstat: update to 11.1.7. --- srcpkgs/sysstat/template | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template index a89fdc67c8a..4ba5049cc9f 100644 --- a/srcpkgs/sysstat/template +++ b/srcpkgs/sysstat/template @@ -1,7 +1,7 @@ # Template file for 'sysstat' pkgname=sysstat -version=11.1.6 -revision=2 +version=11.1.7 +revision=1 build_pie=yes build_style=gnu-configure configure_args="--enable-install-isag --enable-copy-only --disable-file-attr @@ -15,14 +15,9 @@ maintainer="Christian Neukirchen " license="GPL-2" homepage="http://pagesperso-orange.fr/sebastien.godard/" distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.gz" -checksum=48ee6962d51aed6d652b204d69e3bcf3a8817933f4163ab17d89adf8a78421a4 +checksum=f6671115fd3a9afd766871f969c11987c52f78e360f8d0c2049e55bc234598c0 post_extract() { - echo '#include ' >>common.h - echo '#include ' >>common.h - sed -i 's///' tapestat.c - sed -i '1i#include ' tapestat.c - sed -i '1i#include ' tapestat.c sed -i 's/lib64/lib/' configure sed -i '/LFLAGS =/d; s/LFLAGS/LDFLAGS/g' Makefile.in }