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

dev-util/cargo-ebuild: fix error at build #838

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
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 @@ -113,6 +113,7 @@ dev-haskell/* *FLAGS+=-ffat-lto-objects #This is so non-portage GHC compilations
dev-lang/moarvm *FLAGS+=-ffat-lto-objects # required for perl6 (i.e., dev-lang/nqp and dev-lang/rakudo to build)
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/cargo-ebuild *FLAGS+=-ffat-lto-objects # fails to link against git2 functions without
dev-util/sccache *FLAGS+=-ffat-lto-objects # fails to link
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
Expand Down