From ef85aedead1c85711551454318b85b479b4ed011 Mon Sep 17 00:00:00 2001 From: beefcurtains Date: Wed, 1 Jul 2015 08:22:48 +0000 Subject: [PATCH] sysstat: remove systemd build option (#1736) --- srcpkgs/sysstat/template | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/srcpkgs/sysstat/template b/srcpkgs/sysstat/template index fdcbad6964..da5961902f 100644 --- a/srcpkgs/sysstat/template +++ b/srcpkgs/sysstat/template @@ -1,10 +1,11 @@ # Template file for 'sysstat' pkgname=sysstat version=11.1.5 -revision=1 +revision=2 build_pie=yes build_style=gnu-configure -configure_args="--enable-install-isag --enable-copy-only --disable-file-attr" +configure_args="--enable-install-isag --enable-copy-only --disable-file-attr +--with-systemdsystemunitdir= --enable-install-cron" make_dirs="/var/log/sa 0755 root root" conf_files="/etc/default/sysstat /etc/default/sysstat.ioconf" hostmakedepends="pkg-config" @@ -16,14 +17,6 @@ homepage="http://pagesperso-orange.fr/sebastien.godard/" distfiles="http://pagesperso-orange.fr/sebastien.godard/${pkgname}-${version}.tar.gz" checksum=c6ac93ad11c051c477c998c7916d0cca42a0a789e6bbd0d68bf5b1bfc0066d40 -build_options="systemd" - -if [ "$build_option_systemd" ]; then - configure_args+=" --with-systemdsystemunitdir=/usr/lib/systemd/system" -else - configure_args+=" --with-systemdsystemunitdir= --enable-install-cron" -fi - post_extract() { echo '#include ' >>common.h echo '#include ' >>common.h @@ -34,5 +27,4 @@ pre_configure() { export cron_owner=$(whoami) vmkdir etc/cron.daily vmkdir etc/cron.hourly - vmkdir usr/lib/systemd/system }