app-arch/dump: mark as LTO-unsafe

Software is abandoned sourceforge-ware. It is also buggy and can cause
corruptions, so not incredibly worth optimizing how fast you can corrupt
your filesystem backups. Definitely not worth engaging with sourceforge
to report the bug.

Closes: https://bugs.gentoo.org/854204
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-13 02:46:12 -04:00 committed by Sam James
parent 9da7e1e400
commit 06e2a745eb
No known key found for this signature in database
GPG Key ID: 738409F520DF9190
1 changed files with 9 additions and 2 deletions

View File

@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit readme.gentoo-r1
inherit flag-o-matic readme.gentoo-r1
MY_P="${PN}-$(ver_rs 2 b)"
@ -53,6 +53,13 @@ PATCHES=(
)
src_configure() {
# -Werror=lto-type-mismatch
# https://bugs.gentoo.org/854204
#
# Abandoned upstream for 3 years. Known corruptions reported in
# pkg_postinst. Sourceforge software. Not bothering to report a bug...
filter-lto
local myeconfargs=(
--with-dumpdatespath=/etc/dumpdates
--with-rmtpath='$(sbindir)/rmt'