]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
cyrus-sasl: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Apr 2025 09:31:59 +0000 (09:31 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 1 May 2025 10:16:27 +0000 (10:16 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/cyrus-sasl

index 98fa0a183b6d0ebdbb6d0b5d5456d1b42e315223..273c9bcc69a66144c2a4865bba530bd46b475d45 100644 (file)
@@ -35,6 +35,9 @@ DIR_APP    = $(DIR_SRC)/$(THISAPP)
 PROG       = cyrus-sasl
 PAK_VER    = 2
 
+# Fix build with GCC 15
+CFLAGS += -std=gnu17
+
 ifeq "$(PASS)" ""
        TARGET     = $(DIR_INFO)/$(THISAPP)
 else