From: Michael Tremer Date: Sun, 27 Apr 2025 15:43:17 +0000 (+0000) Subject: berkeley: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b62d27755a017423a38aca0b7d77756d22cfaa7a;p=people%2Fms%2Fipfire-2.x.git berkeley: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/berkeley b/lfs/berkeley index 264097c59..b1f3b36bb 100644 --- a/lfs/berkeley +++ b/lfs/berkeley @@ -32,6 +32,9 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +# Fix build with GCC 15 +CFLAGS += -std=gnu99 + ############################################################################### # Top-level Rules ###############################################################################