Signed-off-by: Michael Tremer <[email protected]>
---
 lfs/cyrus-sasl | 3 +++
 1 file changed, 3 insertions(+)

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
-- 
2.39.5


Reply via email to