mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
app-office/abiword: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/940907 Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -5,7 +5,7 @@ EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
|
||||
inherit autotools python-single-r1 xdg
|
||||
inherit autotools flag-o-matic python-single-r1 xdg
|
||||
|
||||
DESCRIPTION="Fully featured yet light and fast cross platform word processor"
|
||||
HOMEPAGE="http://www.abisource.com/"
|
||||
@@ -91,6 +91,14 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -Werror=odr
|
||||
# https://bugs.gentoo.org/940907
|
||||
#
|
||||
# Upstream closed as wontfix. The bug is gone due to refactoring (?) in the
|
||||
# unreleased 4.x branch. "The stable branch (3.0.x) will not get any
|
||||
# significant changes."
|
||||
filter-lto
|
||||
|
||||
local plugins=()
|
||||
|
||||
if use plugins; then
|
||||
|
||||
Reference in New Issue
Block a user