X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flogrotate;h=45a0d47e25fae1df62d8ffb55594cfcfda5d58ff;hb=391540d9d82b42042756c67b2f5676d799d92f59;hp=3749fd7d468c711333cc325a60fbed828370ed07;hpb=5ed7bbd52fe8fc124100ece71df0052e23276569;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/logrotate b/lfs/logrotate index 3749fd7d46..45a0d47e25 100644 --- a/lfs/logrotate +++ b/lfs/logrotate @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2020 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 3.13.0 +VER = 3.17.0 THISAPP = logrotate-$(VER) DL_FILE = logrotate-$(VER).tar.gz @@ -32,6 +32,8 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) +CFLAGS += -fcommon + ############################################################################### # Top-level Rules ############################################################################### @@ -40,7 +42,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 72c2c3028d060131b388a9b330215549 +$(DL_FILE)_MD5 = 6bd4d3102ae9c86d37e46ca93bcffa66 install : $(TARGET)