[17/42] cyrus-sasl: Fix build with GCC 15

Message ID 20250502101632.1082010-17-michael.tremer@ipfire.org
State New
Headers
Series [01/42] gcc: Update to 15 |

Commit Message

Michael Tremer May 2, 2025, 10:16 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/cyrus-sasl | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/lfs/cyrus-sasl b/lfs/cyrus-sasl
index 98fa0a183..273c9bcc6 100644
--- a/lfs/cyrus-sasl
+++ b/lfs/cyrus-sasl
@@ -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