mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-04 13:47:35 -08:00
mail-mta/nullmailer: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/859529 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
parent
15c0458d94
commit
f9815afbd2
@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
@ -66,6 +66,11 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -Werror=odr
|
||||
# https://bugs.gentoo.org/859529
|
||||
# https://github.com/bruceg/nullmailer/issues/94
|
||||
filter-lto
|
||||
|
||||
# https://github.com/bruceg/nullmailer/pull/31/commits
|
||||
append-lfs-flags #471102
|
||||
econf \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user