diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-03-05 15:38:20 -0500 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-06 03:36:17 +0000 |
commit | f9815afbd29ae6b013e3bb96bb33b727d10bfc35 (patch) | |
tree | edc2add7021cdd067a65ca652285ecb2da6b956b /mail-mta | |
parent | sys-cluster/ceph: Reorder variables in ebuilds (diff) | |
download | gentoo-f9815afbd29ae6b013e3bb96bb33b727d10bfc35.tar.gz gentoo-f9815afbd29ae6b013e3bb96bb33b727d10bfc35.tar.bz2 gentoo-f9815afbd29ae6b013e3bb96bb33b727d10bfc35.zip |
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>
Diffstat (limited to 'mail-mta')
-rw-r--r-- | mail-mta/nullmailer/nullmailer-2.2-r2.ebuild | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild index 45200b98d06f..a176407718a9 100644 --- a/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild +++ b/mail-mta/nullmailer/nullmailer-2.2-r2.ebuild @@ -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 \ |