From cf443e84f59284c872eeb3a993c9c085cc36eb88 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Mon, 3 Feb 2020 13:21:56 +0000 Subject: [PATCH] tools/e2fsprogs: Update to 1.45.5 Update e2fsprogs to 1.45.5 Enable pthreads support Signed-off-by: Daniel Engberg --- tools/e2fsprogs/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/e2fsprogs/Makefile b/tools/e2fsprogs/Makefile index c7ccd4478f..035cb67c23 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.4 -PKG_HASH:=65faf6b590ca1da97440d6446bd11de9e0914b42553740ba5d9d2a796fa0dc02 +PKG_VERSION:=1.45.5 +PKG_HASH:=f9faccc0d90f73556e797dc7cc5979b582bd50d3f8609c0f2ad48c736d44aede PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz @@ -29,7 +29,8 @@ HOST_CONFIGURE_ARGS += \ --disable-elf-shlibs \ --enable-libuuid \ --disable-tls \ - --disable-nls + --disable-nls \ + --enable-threads=pth define Host/Prepare $(call Host/Prepare/Default)