From: Mike Gilbert Date: Fri, 21 Jul 2017 02:36:41 +0000 (-0400) Subject: sys-auth/elogind: disable lto X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=baaed0f05e2275a73d120a03851e450c723c1d27;p=gentoo.git sys-auth/elogind: disable lto Bug: https://bugs.gentoo.org/625226 Package-Manager: Portage-2.3.6_p23, Repoman-2.3.3_p1 --- diff --git a/sys-auth/elogind/elogind-229.6.ebuild b/sys-auth/elogind/elogind-229.6.ebuild index a5912caf290c..0779afc16a32 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 fb722cd1ce66..5b61cd1c781a 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 fb722cd1ce66..5b61cd1c781a 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) \