From 3b60b1a2f671881c535fc831bb48fc4c02755be0 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Mon, 17 Aug 2015 17:36:49 +0200 Subject: [PATCH] sysstat: respect LDFLAGS. --- srcpkgs/sysstat/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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