diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-11 08:16:47 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2021-05-11 08:17:05 +0100 |
commit | 2d9c1226e876716d52bde40e3b2afc46c966d37e (patch) | |
tree | a391d182de327d94cecf1da8c5fef9e449e54def /sys-apps/sandbox | |
parent | media-sound/gigedit: bump to 1.2.0 + sync'd live (diff) | |
download | gentoo-2d9c1226e876716d52bde40e3b2afc46c966d37e.tar.gz gentoo-2d9c1226e876716d52bde40e3b2afc46c966d37e.tar.bz2 gentoo-2d9c1226e876716d52bde40e3b2afc46c966d37e.zip |
sys-apps/sandbox: extend -fno-lto to LDFLAGS
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'sys-apps/sandbox')
-rw-r--r-- | sys-apps/sandbox/sandbox-2.24.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys-apps/sandbox/sandbox-2.24.ebuild b/sys-apps/sandbox/sandbox-2.24.ebuild index 410fd928fc58..fe66e82819fc 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() { |