commit: baaed0f05e2275a73d120a03851e450c723c1d27 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Fri Jul 21 02:36:41 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Fri Jul 21 02:36:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baaed0f0
sys-auth/elogind: disable lto Bug: https://bugs.gentoo.org/625226 Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1 sys-auth/elogind/elogind-229.6.ebuild | 1 + sys-auth/elogind/elogind-231.4.ebuild | 1 + sys-auth/elogind/elogind-232.3.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/sys-auth/elogind/elogind-229.6.ebuild b/sys-auth/elogind/elogind-229.6.ebuild index a5912caf290..0779afc16a3 100644 --- a/sys-auth/elogind/elogind-229.6.ebuild +++ b/sys-auth/elogind/elogind-229.6.ebuild @@ -61,6 +61,7 @@ src_configure() { --with-rootlibdir="${EPREFIX}"/$(get_libdir) \ --enable-smack \ --disable-kdbus \ + --disable-lto \ $(use_enable debug debug elogind) \ $(use_enable acl) \ $(use_enable pam) \ diff --git a/sys-auth/elogind/elogind-231.4.ebuild b/sys-auth/elogind/elogind-231.4.ebuild index fb722cd1ce6..5b61cd1c781 100644 --- a/sys-auth/elogind/elogind-231.4.ebuild +++ b/sys-auth/elogind/elogind-231.4.ebuild @@ -61,6 +61,7 @@ src_configure() { --with-rootlibdir="${EPREFIX}"/$(get_libdir) \ --enable-smack \ --with-cgroup-controller=openrc \ + --disable-lto \ $(use_enable debug debug elogind) \ $(use_enable acl) \ $(use_enable pam) \ diff --git a/sys-auth/elogind/elogind-232.3.ebuild b/sys-auth/elogind/elogind-232.3.ebuild index fb722cd1ce6..5b61cd1c781 100644 --- a/sys-auth/elogind/elogind-232.3.ebuild +++ b/sys-auth/elogind/elogind-232.3.ebuild @@ -61,6 +61,7 @@ src_configure() { --with-rootlibdir="${EPREFIX}"/$(get_libdir) \ --enable-smack \ --with-cgroup-controller=openrc \ + --disable-lto \ $(use_enable debug debug elogind) \ $(use_enable acl) \ $(use_enable pam) \
