Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 627746
Collapse All | Expand All

(-)a/app-admin/sysstat/sysstat-11.4.0.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2017 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=5
4
EAPI=5
Lines 54-60 src_configure() { Link Here
54
	tc-export AR
54
	tc-export AR
55
	use static && append-ldflags -static
55
	use static && append-ldflags -static
56
56
57
	sa_lib_dir=/usr/$(get_libdir)/sa \
57
	sa_lib_dir=/usr/lib/sa \
58
		conf_dir=/etc \
58
		conf_dir=/etc \
59
		rcdir=${SYSSTAT_FAKE_RC_DIR} \
59
		rcdir=${SYSSTAT_FAKE_RC_DIR} \
60
		econf \
60
		econf \
(-)a/app-admin/sysstat/sysstat-12.0.1.ebuild (-2 / +2 lines)
Lines 1-4 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=6
4
EAPI=6
Lines 52-58 src_configure() { Link Here
52
	tc-export AR
52
	tc-export AR
53
	use static && append-ldflags -static
53
	use static && append-ldflags -static
54
54
55
	sa_lib_dir=/usr/$(get_libdir)/sa \
55
	sa_lib_dir=/usr/lib/sa \
56
		conf_dir=/etc \
56
		conf_dir=/etc \
57
		rcdir=${SYSSTAT_FAKE_RC_DIR} \
57
		rcdir=${SYSSTAT_FAKE_RC_DIR} \
58
		econf \
58
		econf \
(-)a/app-admin/sysstat/sysstat-12.0.2.ebuild (-1 / +1 lines)
Lines 52-58 src_configure() { Link Here
52
	tc-export AR
52
	tc-export AR
53
	use static && append-ldflags -static
53
	use static && append-ldflags -static
54
54
55
	sa_lib_dir=/usr/$(get_libdir)/sa \
55
	sa_lib_dir=/usr/lib/sa \
56
		conf_dir=/etc \
56
		conf_dir=/etc \
57
		rcdir=${SYSSTAT_FAKE_RC_DIR} \
57
		rcdir=${SYSSTAT_FAKE_RC_DIR} \
58
		econf \
58
		econf \
(-)a/app-admin/sysstat/sysstat-12.1.1.ebuild (-2 / +1 lines)
Lines 52-58 src_configure() { Link Here
52
	tc-export AR
52
	tc-export AR
53
	use static && append-ldflags -static
53
	use static && append-ldflags -static
54
54
55
	sa_lib_dir=/usr/$(get_libdir)/sa \
55
	sa_lib_dir=/usr/lib/sa \
56
		conf_dir=/etc \
56
		conf_dir=/etc \
57
		rcdir=${SYSSTAT_FAKE_RC_DIR} \
57
		rcdir=${SYSSTAT_FAKE_RC_DIR} \
58
		econf \
58
		econf \
59
- 

Return to bug 627746