Signed-off-by: Michael Tremer <[email protected]> --- lfs/strongswan | 3 +++ 1 file changed, 3 insertions(+)
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 ############################################################################### -- 2.39.5
