Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gui-libs/gtk : Add -ffat-lto-objects #790

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
gui-libs/gtk : Add -ffat-lto-objects
Causes media-sound/easyeffects to segfault on open without
  • Loading branch information
petronio committed Oct 8, 2021
commit f4f84b9697479ef27f62d220fc0b4e0d46dae4f8
1 change: 1 addition & 0 deletions sys-config/ltoize/files/package.cflags/lto.conf
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ dev-lang/moarvm *FLAGS+=-ffat-lto-objects # required for perl6 (i.e., dev-lang/n
dev-util/cargo *FLAGS+=-ffat-lto-objects # fails to link against git2 functions without
dev-util/cargo-c *FLAGS+=-ffat-lto-objects # fails to link against ssh functions without
dev-util/sccache *FLAGS+=-ffat-lto-objects # fails to link
gui-libs/gtk *FLAGS+=-ffat-lto-objects # Causes media-sound/easyeffects to segfault on open. Seen with gtk 4.4.0 and easyeffects 6.1.3
media-libs/libvpx *FLAGS+=-ffat-lto-objects # Test failure
net-libs/quiche *FLAGS+=-ffat-lto-objects # relocation R_X86_64_PC32 against undefined hidden symbol `GFp_ia32cap_P' can not be used when making a shared object
sci-libs/mpir *FLAGS+=-ffat-lto-objects # compilation error without fat LTO (not linking error)
Expand Down