From 9cc4d24a5361344aa220fdafd5389623fe48b87a Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Mon, 3 Jan 2022 06:08:42 +0000 Subject: [PATCH] xfsprogs: update to 5.14.2 xfsprogs-5.14.2 (06 Dec 2021) - libxfs: move rogue fallthrough macro out of linux.h (Darrick J. Wong) xfsprogs-5.14.1 (02 Dec 2021) - libxfs: fix atomic64_t for 32-bit architectures (Darrick J. Wong) - libfrog: fix crc32c self test code on cross builds (Darrick J. Wong) Signed-off-by: Arne Fitzenreiter --- lfs/xfsprogs | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/lfs/xfsprogs b/lfs/xfsprogs index d72d71cfa0..54cf82ff7a 100644 --- a/lfs/xfsprogs +++ b/lfs/xfsprogs @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2018 IPFire Team # +# Copyright (C) 2007-2022 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 = 5.14.0 +VER = 5.14.2 THISAPP = xfsprogs-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,11 +32,6 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) -ifeq "$(BUILD_ARCH)" "armv5tel" - CONFIGURE_OPTIONS += \ - --enable-lto=no -endif - ############################################################################### # Top-level Rules ############################################################################### @@ -45,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 2ce433e563622cb0037a77da3b2d4c3b +$(DL_FILE)_MD5 = 597e7067b8aa24d440bc87c29e987377 install : $(TARGET) -- 2.39.2