commit:     2d9c1226e876716d52bde40e3b2afc46c966d37e
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Tue May 11 07:16:47 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May 11 07:17:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9c1226

sys-apps/sandbox: extend -fno-lto to LDFLAGS

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-apps/sandbox/sandbox-2.24.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-apps/sandbox/sandbox-2.24.ebuild 
b/sys-apps/sandbox/sandbox-2.24.ebuild
index 410fd928fc5..fe66e82819f 100644
--- a/sys-apps/sandbox/sandbox-2.24.ebuild
+++ b/sys-apps/sandbox/sandbox-2.24.ebuild
@@ -31,6 +31,7 @@ src_prepare() {
        # sandbox uses `__asm__ (".symver "...` which does
        # not play well with gcc's LTO: https://gcc.gnu.org/PR48200
        append-flags -fno-lto
+       append-ldflags -fno-lto
 }
 
 multilib_src_configure() {

Reply via email to