]> git.ipfire.org Git - people/ms/ipfire-2.x.git/commitdiff
strongswan: Fix build with GCC 15
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 29 Apr 2025 16:57:51 +0000 (16:57 +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/strongswan

index f3fe35ff5233628a8eda3d5e7b76ee5046bba907..921dbe5e015b9d5d3f0d21ea80b169e69ac11e1d 100644 (file)
@@ -32,6 +32,9 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/strongswan-$(VER)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+# Fix build with GCC 15
+CFLAGS += -std=gnu17
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################