mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
net-misc/kea: mark as LTO-unsafe
No upstream bug report. I tried. They won't let me create an account:
```
1 error prohibited this user from being saved:
Email is not allowed for sign-up. Please use your regular email address. Check with your administrator.
```
Closes: https://bugs.gentoo.org/861617
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.isc.org/kea/"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..12} )
|
||||
|
||||
inherit autotools fcaps python-single-r1 systemd tmpfiles
|
||||
inherit autotools fcaps flag-o-matic python-single-r1 systemd tmpfiles
|
||||
|
||||
if [[ ${PV} = 9999* ]] ; then
|
||||
inherit git-r3
|
||||
@@ -90,6 +90,13 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -Werror=odr
|
||||
# https://bugs.gentoo.org/861617
|
||||
#
|
||||
# I would truly love to submit an upstream bug but their self-hosted gitlab
|
||||
# won't let me sign up. -- Eli
|
||||
filter-lto
|
||||
|
||||
local myeconfargs=(
|
||||
--disable-install-configurations
|
||||
--disable-rpath
|
||||
|
||||
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.isc.org/kea/"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..12} )
|
||||
|
||||
inherit autotools fcaps python-single-r1 systemd tmpfiles
|
||||
inherit autotools fcaps flag-o-matic python-single-r1 systemd tmpfiles
|
||||
|
||||
if [[ ${PV} = 9999* ]] ; then
|
||||
inherit git-r3
|
||||
@@ -90,6 +90,13 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -Werror=odr
|
||||
# https://bugs.gentoo.org/861617
|
||||
#
|
||||
# I would truly love to submit an upstream bug but their self-hosted gitlab
|
||||
# won't let me sign up. -- Eli
|
||||
filter-lto
|
||||
|
||||
local myeconfargs=(
|
||||
--disable-install-configurations
|
||||
--disable-rpath
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -12,7 +12,7 @@ HOMEPAGE="https://www.isc.org/kea/"
|
||||
|
||||
PYTHON_COMPAT=( python3_{8..12} )
|
||||
|
||||
inherit autotools fcaps python-single-r1 systemd tmpfiles
|
||||
inherit autotools fcaps flag-o-matic python-single-r1 systemd tmpfiles
|
||||
|
||||
if [[ ${PV} = 9999* ]] ; then
|
||||
inherit git-r3
|
||||
@@ -86,6 +86,13 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# -Werror=odr
|
||||
# https://bugs.gentoo.org/861617
|
||||
#
|
||||
# I would truly love to submit an upstream bug but their self-hosted gitlab
|
||||
# won't let me sign up. -- Eli
|
||||
filter-lto
|
||||
|
||||
local myeconfargs=(
|
||||
--disable-install-configurations
|
||||
--disable-rpath
|
||||
|
||||
Reference in New Issue
Block a user