From: Michael Tremer Date: Wed, 30 Apr 2025 10:08:45 +0000 (+0000) Subject: xinetd: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d7d72280403e7eca13d434e4113525419d097d1f;p=people%2Fms%2Fipfire-2.x.git xinetd: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/xinetd b/lfs/xinetd index f49aa1449..597bcec04 100644 --- a/lfs/xinetd +++ b/lfs/xinetd @@ -40,7 +40,8 @@ DEPS = SERVICES = xinetd -CFLAGS += -fcommon -I/usr/include/tirpc -Wl,-ltirpc +# Fix build with GCC 15 +CFLAGS += -std=gnu17 -fcommon -I/usr/include/tirpc -Wl,-ltirpc ############################################################################### # Top-level Rules