mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sys-apps/xinetd: pass -std=gnu17 for gcc15
While waiting for an unlikely upstream fix. Closes: https://bugs.gentoo.org/943856 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/42783 Closes: https://github.com/gentoo/gentoo/pull/42783 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
8699b7cb45
commit
41cabf6e9f
@@ -1,9 +1,9 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit autotools systemd
|
||||
inherit autotools flag-o-matic systemd
|
||||
|
||||
DESCRIPTION="Powerful replacement for inetd"
|
||||
HOMEPAGE="https://github.com/xinetd-org/xinetd https://github.com/openSUSE/xinetd"
|
||||
@@ -41,6 +41,9 @@ src_prepare() {
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# bug #943856
|
||||
append-cflags -std=gnu17
|
||||
|
||||
econf \
|
||||
$(use_with tcpd libwrap) \
|
||||
$(use_with selinux labeled-networking) \
|
||||
|
||||
Reference in New Issue
Block a user