]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/commitdiff
logrotate: Fix build with GCC 10
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 6 Aug 2020 18:14:41 +0000 (18:14 +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/logrotate

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