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

index 2162ddfed34a99fe91cd08c61284c897d10c82fd..fcc4ce2c2aea167705704ebfce75bb3be08ef1f9 100644 (file)
@@ -32,7 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-CFLAGS    += -fcommon
+# Fix build with GCC 15
+CFLAGS    += -std=gnu17 -fcommon
 
 ###############################################################################
 # Top-level Rules