Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-auth/elogind/
Date: Fri, 21 Jul 2017 02:37:19
Message-Id: 1500604601.baaed0f05e2275a73d120a03851e450c723c1d27.floppym@gentoo
1 commit: baaed0f05e2275a73d120a03851e450c723c1d27
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 21 02:36:41 2017 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 21 02:36:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baaed0f0
7
8 sys-auth/elogind: disable lto
9
10 Bug: https://bugs.gentoo.org/625226
11 Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1
12
13 sys-auth/elogind/elogind-229.6.ebuild | 1 +
14 sys-auth/elogind/elogind-231.4.ebuild | 1 +
15 sys-auth/elogind/elogind-232.3.ebuild | 1 +
16 3 files changed, 3 insertions(+)
17
18 diff --git a/sys-auth/elogind/elogind-229.6.ebuild b/sys-auth/elogind/elogind-229.6.ebuild
19 index a5912caf290..0779afc16a3 100644
20 --- a/sys-auth/elogind/elogind-229.6.ebuild
21 +++ b/sys-auth/elogind/elogind-229.6.ebuild
22 @@ -61,6 +61,7 @@ src_configure() {
23 --with-rootlibdir="${EPREFIX}"/$(get_libdir) \
24 --enable-smack \
25 --disable-kdbus \
26 + --disable-lto \
27 $(use_enable debug debug elogind) \
28 $(use_enable acl) \
29 $(use_enable pam) \
30
31 diff --git a/sys-auth/elogind/elogind-231.4.ebuild b/sys-auth/elogind/elogind-231.4.ebuild
32 index fb722cd1ce6..5b61cd1c781 100644
33 --- a/sys-auth/elogind/elogind-231.4.ebuild
34 +++ b/sys-auth/elogind/elogind-231.4.ebuild
35 @@ -61,6 +61,7 @@ src_configure() {
36 --with-rootlibdir="${EPREFIX}"/$(get_libdir) \
37 --enable-smack \
38 --with-cgroup-controller=openrc \
39 + --disable-lto \
40 $(use_enable debug debug elogind) \
41 $(use_enable acl) \
42 $(use_enable pam) \
43
44 diff --git a/sys-auth/elogind/elogind-232.3.ebuild b/sys-auth/elogind/elogind-232.3.ebuild
45 index fb722cd1ce6..5b61cd1c781 100644
46 --- a/sys-auth/elogind/elogind-232.3.ebuild
47 +++ b/sys-auth/elogind/elogind-232.3.ebuild
48 @@ -61,6 +61,7 @@ src_configure() {
49 --with-rootlibdir="${EPREFIX}"/$(get_libdir) \
50 --enable-smack \
51 --with-cgroup-controller=openrc \
52 + --disable-lto \
53 $(use_enable debug debug elogind) \
54 $(use_enable acl) \
55 $(use_enable pam) \