diff options
author | 2024-08-05 19:04:15 -0400 | |
---|---|---|
committer | 2024-08-05 20:18:32 -0400 | |
commit | d29ef6046e36595d339b115bbdd265e41657fea8 (patch) | |
tree | d1084c04c6c79706194fb0444a980195a6f56d69 /net-dialup | |
parent | net-dialup/freeradius-client: add github upstream metadata (diff) | |
download | gentoo-d29ef6046e36595d339b115bbdd265e41657fea8.tar.gz gentoo-d29ef6046e36595d339b115bbdd265e41657fea8.tar.bz2 gentoo-d29ef6046e36595d339b115bbdd265e41657fea8.zip |
net-dialup/freeradius-client: mark as LTO-unsafe
Closes: https://bugs.gentoo.org/927175
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/freeradius-client/freeradius-client-1.1.7-r3.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/net-dialup/freeradius-client/freeradius-client-1.1.7-r3.ebuild b/net-dialup/freeradius-client/freeradius-client-1.1.7-r3.ebuild index 45d79ae7e6ab..689d7739251d 100644 --- a/net-dialup/freeradius-client/freeradius-client-1.1.7-r3.ebuild +++ b/net-dialup/freeradius-client/freeradius-client-1.1.7-r3.ebuild @@ -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=7 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="FreeRADIUS Client framework" HOMEPAGE="https://wiki.freeradius.org/project/Radiusclient" @@ -40,6 +40,11 @@ src_prepare() { } src_configure() { + # -Werror=lto-type-mismatch + # https://bugs.gentoo.org/927175 + # https://github.com/FreeRADIUS/freeradius-client/issues/128 + filter-lto + local myeconfargs=( $(use_enable scp) $(use_enable shadow) |