diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template index da5961902fc..1a730e209d6 100644 --- a/srcpkgs/sysstat/template +++ b/srcpkgs/sysstat/template @@ -1,7 +1,7 @@ # Template file for 'sysstat' pkgname=sysstat version=11.1.5 -revision=2 +revision=3 build_pie=yes build_style=gnu-configure configure_args="--enable-install-isag --enable-copy-only --disable-file-attr @@ -21,6 +21,7 @@ post_extract() { echo '#include ' >>common.h echo '#include ' >>common.h sed -i 's/lib64/lib/' configure + sed -i '/LFLAGS =/d; s/LFLAGS/LDFLAGS/g' Makefile.in } pre_configure() { export conf_dir=/etc/default