X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fcoreutils;h=2c282b194b9f60ce26720b41098868b8d2da8678;hp=26482aa0f5c81524ad7085544ac76c59eb505e8b;hb=b15b70bc6b6b5f6d8b62e5b730b68d86f59810e6;hpb=1a7cfc2f10f0dc143680daaf5da244ef5e186c27 diff --git a/lfs/coreutils b/lfs/coreutils index 26482aa0f5..2c282b194b 100644 --- a/lfs/coreutils +++ b/lfs/coreutils @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2017 IPFire Team # +# Copyright (C) 2007-2018 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 = 8.27 +VER = 8.30 THISAPP = coreutils-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -50,6 +50,11 @@ CONFIGURE_OPTIONS += \ CFLAGS += -fno-strict-aliasing +# Build with 32 bit time_t on 32 bit architectures +ifeq "$(IS_32BIT)" "1" + export TIME_T_32_BIT_OK=yes +endif + ############################################################################### # Top-level Rules ############################################################################### @@ -58,7 +63,7 @@ objects =$(DL_FILE) $(DL_FILE)= $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 502795792c212932365e077946d353ae +$(DL_FILE)_MD5 = ab06d68949758971fe744db66b572816 install : $(TARGET)