[openwrt/openwrt] tools/e2fsprogs: update to 1.46.2

LEDE Commits lede-commits at lists.infradead.org
Sun Jun 20 21:14:10 PDT 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/b154a2f8d37097e51099ed816a0f8142120405e6

commit b154a2f8d37097e51099ed816a0f8142120405e6
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Jun 19 15:11:23 2021 -0700

    tools/e2fsprogs: update to 1.46.2
    
    Fix wrong FPIC flag to fix compilation under sparc64
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 tools/e2fsprogs/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile
index d7c994c338..408097f740 100644
--- a/tools/e2fsprogs/Makefile
+++ b/tools/e2fsprogs/Makefile
@@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=e2fsprogs
 PKG_CPE_ID:=cpe:/a:e2fsprogs_project:e2fsprogs
-PKG_VERSION:=1.45.6
-PKG_HASH:=ffa7ae6954395abdc50d0f8605d8be84736465afc53b8938ef473fcf7ff44256
+PKG_VERSION:=1.46.2
+PKG_HASH:=23aa093295c94e71ef1be490c4004871c5b01d216a8cb4d111fa6c0aac354168
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -23,7 +23,7 @@ include $(INCLUDE_DIR)/host-build.mk
 ifneq ($(shell $(HOSTCC) --version | grep clang),)
   HOST_CFLAGS += -D__GNUC_PREREQ\(...\)=0 -Dloff_t=off_t
 endif
-HOST_CFLAGS += $(FPIC)
+HOST_CFLAGS += $(HOST_FPIC)
 
 HOST_CONFIGURE_ARGS += \
 	--disable-elf-shlibs \



More information about the lede-commits mailing list