From: Michael Tremer Date: Tue, 29 Apr 2025 15:39:23 +0000 (+0000) Subject: krb5: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2728de2583318ae8ce90aa85061a61fb78a11c72;p=people%2Fms%2Fipfire-2.x.git krb5: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/krb5 b/lfs/krb5 index 73f249e8b..7ca5acd56 100644 --- a/lfs/krb5 +++ b/lfs/krb5 @@ -34,7 +34,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP)/src TARGET = $(DIR_INFO)/$(THISAPP) -SERVICES = +# Fix build with GCC 15 +CFLAGS += -std=gnu17 ############################################################################### # Top-level Rules