tools/e2fsprogs: Update to 1.45.5
[openwrt/staging/stintel.git] / tools / e2fsprogs / Makefile
index c7ccd4478f17de5cf2bcd4a215360ddbfeb98a95..035cb67c23cc749f8487a8eefa9703ac1cc8b019 100644 (file)
@@ -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)