Skip to content

LibreOffice only needs the semantic interposition workaround #478

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

Open
wants to merge 3 commits 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
4 changes: 2 additions & 2 deletions sys-config/ltoize/files/package.cflags/ltoworkarounds.conf
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ dev-tex/chktex "use pcre && FlagSubAllFlags -flto*" # Segmentation faults as lib
www-apps/hugo *FLAGS-=-flto*
sys-libs/musl *FLAGS-=-flto*
sys-apps/fakechroot *FLAGS-=-flto* # "Cgraph edge statement index out of range" error when linking with LTO enabled
dev-db/firebird *FLAGS=-flto*
app-office/libreoffice "has firebird ${IUSE//+} && use firebird && FlagSubAllFlags -flto*"
dev-db/firebird *FLAGS-=-flto*
net-misc/nx *FLAGS-=-flto* # ODR violation during compilation
x11-base/xorg-server *FLAGS-=-flto* # linking error during compilation
sys-cluster/glusterfs *FLAGS-=-flto* # undefined reference to `glfs_subvol_done'
Expand Down Expand Up @@ -275,6 +274,7 @@ net-libs/libiscsi *FLAGS-="${SEMINTERPOS}"
net-print/cups *FLAGS-="${SEMINTERPOS}" # ICE
sys-devel/llvm *FLAGS-="${SEMINTERPOS}"
sys-libs/glibc *FLAGS-="${SEMINTERPOS}"
app-office/libreoffice *FLAGS-="${SEMINTERPOS}"
app-emulation/libvirt *FLAGS-="${SEMINTERPOS}" # Test failure
# END: Semantic Interposition Workarounds

Expand Down