From: Michael Tremer Date: Wed, 30 Apr 2025 09:15:43 +0000 (+0000) Subject: openvmtools: Fix build with GCC 15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be573245dc1507a9e154fa42a63685dcafbcbf4f;p=people%2Fms%2Fipfire-2.x.git openvmtools: Fix build with GCC 15 Signed-off-by: Michael Tremer --- diff --git a/lfs/openvmtools b/lfs/openvmtools index 6e277f080..52ea91c73 100644 --- a/lfs/openvmtools +++ b/lfs/openvmtools @@ -41,7 +41,8 @@ DEPS = SERVICES = openvmtools -CFLAGS += -Wno-error=array-bounds +# Fix build with GCC 15 +CFLAGS += -std=gnu17 -Wno-error=array-bounds ############################################################################### # Top-level Rules