diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2020-02-03 13:21:56 +0000 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-02-18 21:48:49 +0100 |
commit | cf443e84f59284c872eeb3a993c9c085cc36eb88 (patch) | |
tree | 5e0cca26eb6bb9142c66734663ee8529c25880bf /tools | |
parent | 477d1c540e1f507f4d9a5184f4305faa52c06ee0 (diff) | |
download | openwrt-cf443e84f59284c872eeb3a993c9c085cc36eb88.tar.gz openwrt-cf443e84f59284c872eeb3a993c9c085cc36eb88.tar.bz2 openwrt-cf443e84f59284c872eeb3a993c9c085cc36eb88.zip |
tools/e2fsprogs: Update to 1.45.5
Update e2fsprogs to 1.45.5
Enable pthreads support
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/e2fsprogs/Makefile | 7 |
1 files 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) |