From 2e6ebb30fc24d1e2ac63c89876127852848f03a0 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 6 Aug 2020 18:14:41 +0000 Subject: [PATCH] logrotate: Fix build with GCC 10 Signed-off-by: Michael Tremer --- lfs/logrotate | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lfs/logrotate b/lfs/logrotate index 5f7314bbde..d23a6f80d4 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -32,6 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ############################################################################### -- 2.39.5