From: Michael Tremer Date: Tue, 29 Apr 2025 16:57:51 +0000 (+0000) Subject: strongswan: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=84a1cbd6d3f5427a1170f4bd06dd9132de52a0d9;p=people%2Fms%2Fipfire-2.x.git strongswan: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/strongswan b/lfs/strongswan index f3fe35ff5..921dbe5e0 100644 --- a/lfs/strongswan +++ b/lfs/strongswan @@ -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 ###############################################################################