Signed-off-by: Michael Tremer michael.tremer@ipfire.org --- lfs/logrotate | 2 ++ 1 file changed, 2 insertions(+)
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 ###############################################################################