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:
Nicolas PARLANT
2025-06-28 06:39:54 +02:00
committed by Sam James
parent 8699b7cb45
commit 41cabf6e9f

View File

@@ -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) \