]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
cdrkit: Fix build with GCC 10
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Aug 2020 18:13:23 +0000 (18:13 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 16 Aug 2020 10:29:42 +0000 (10:29 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/cdrkit

index 9b1887a488715d4540e15ad4fa5eb2a5f63d7a37..608e1692ee632c10626772f05cd1569363341738 100644 (file)
@@ -32,6 +32,8 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
+CFLAGS    += -fcommon
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################