X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Flogrotate;h=cc6f07fa312425c21f9839cf53dc0cfc668ee392;hb=addeeb1f79825fdf2e03c089d661686050b336d5;hp=b047327ecfff84f7316a4885a065f262124d1d90;hpb=9accc1c76e767c4ff725934e72c69ac2974645fe;p=people%2Fpmueller%2Fipfire-2.x.git diff --git a/lfs/logrotate b/lfs/logrotate index b047327ecf..cc6f07fa31 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.12.3 +VER = 3.18.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 = d1c41bdf63b9993c8e4e8b48a7bd5b8b +$(DL_FILE)_MD5 = f8ad01f87865cd7b80136eccf16ba4a1 install : $(TARGET)