[15/62] logrotate: Fix build with GCC 10

Message ID 20200816102953.3881-15-michael.tremer@ipfire.org
State Accepted
Commit 2e6ebb30fc24d1e2ac63c89876127852848f03a0
Headers
Series [01/62] bison: Update to 3.7.1 |

Commit Message

Michael Tremer Aug. 16, 2020, 10:29 a.m. UTC
  Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
---
 lfs/logrotate | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/lfs/logrotate b/lfs/logrotate
index 5f7314bbd..d23a6f80d 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
 ###############################################################################