aboutsummaryrefslogtreecommitdiffstats
path: root/package/utils/e2fsprogs
diff options
context:
space:
mode:
authorDaniel Engberg <daniel.engberg.lists@pyret.net>2018-07-14 22:35:34 +0200
committerJohn Crispin <john@phrozen.org>2018-07-16 15:12:18 +0200
commit804c51e1e661819c5a7532e66fb8a12166eef9a9 (patch)
tree6e011c42ae7f001641b12f186e47f2a8969a2973 /package/utils/e2fsprogs
parentc2d2647c099679d64c8d5ef5260ba0f9d4c8f2ba (diff)
downloadupstream-804c51e1e661819c5a7532e66fb8a12166eef9a9.tar.gz
upstream-804c51e1e661819c5a7532e66fb8a12166eef9a9.tar.bz2
upstream-804c51e1e661819c5a7532e66fb8a12166eef9a9.zip
package/utils/e2fsprogs: Update to 1.44.3
Update e2fsprogs to 1.44.3 Enable threads Enable LTO Numbers on mips_24kc (a few packages): Old --> New --> LTO and threads e2fsprogs_*_mips_24kc.ipk: 173 --> 174 --> 154kbyte libblkid_*_mips_24kc.ipk: 114 --> 114 --> 114kbyte libext2fs_*_mips_24kc.ipk: 138 --> 139 --> 139kbyte Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Diffstat (limited to 'package/utils/e2fsprogs')
-rw-r--r--package/utils/e2fsprogs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile
index b1e49228c4..13a408718d 100644
--- a/package/utils/e2fsprogs/Makefile
+++ b/package/utils/e2fsprogs/Makefile
@@ -8,8 +8,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=e2fsprogs
-PKG_VERSION:=1.44.2
-PKG_HASH:=8324cf0b6e81805a741d94087b00e99f7e16144f1ee5a413709a1fa6948b126c
+PKG_VERSION:=1.44.3
+PKG_HASH:=5d899f7d30f481cc0c6a049ebe26ebe145f1b524182ea1ecde4086162d4e4bb6
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
@@ -131,7 +131,8 @@ $(call Package/e2fsprogs)
DEPENDS:= +e2fsprogs
endef
-TARGET_CFLAGS += $(FPIC) -ffunction-sections -fdata-sections
+TARGET_CFLAGS += $(FPIC) -ffunction-sections -fdata-sections -flto
+TARGET_LDFLAGS += -flto
CONFIGURE_ARGS += \
--disable-testio-debug \
@@ -142,7 +143,6 @@ CONFIGURE_ARGS += \
--disable-tls \
--disable-nls \
--disable-rpath \
- --disable-threads \
--disable-fuse2fs
define Build/Prepare