mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
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:
@@ -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)
|
||||
}
|
||||
|
||||
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user