dev-debug/ddd: mark as LTO-unsafe

Closes: https://bugs.gentoo.org/858347
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Eli Schwartz
2024-03-11 18:06:40 -04:00
committed by Sam James
parent e485f651ff
commit e13cc5d4a5
2 changed files with 12 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools desktop optfeature
inherit autotools desktop flag-o-matic optfeature
DESCRIPTION="Graphical front-end for command-line debuggers"
HOMEPAGE="https://www.gnu.org/software/ddd"
@@ -57,6 +57,11 @@ src_prepare() {
}
src_configure() {
# -Werror=odr
# https://bugs.gentoo.org/858347
# https://savannah.gnu.org/bugs/?65456
filter-lto
econf \
$(use_with readline)
}

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools desktop optfeature
inherit autotools desktop flag-o-matic optfeature
DESCRIPTION="Graphical front-end for command-line debuggers"
HOMEPAGE="https://www.gnu.org/software/ddd"
@@ -54,6 +54,11 @@ src_prepare() {
}
src_configure() {
# -Werror=odr
# https://bugs.gentoo.org/858347
# https://savannah.gnu.org/bugs/?65456
filter-lto
econf \
$(use_with readline)
}