diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-08-31 12:24:05 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-08-31 12:24:05 +0000 |
commit | 2af49f3d5e0008c2f6c82f23a66172e1a1270646 (patch) | |
tree | 8c14a47171f40e6c9018972686e8256eb125d587 | |
parent | 992547079065a7d69fae32bf0f2a847f8b9a9c2e (diff) | |
download | lh-bootstrap-2af49f3d5e0008c2f6c82f23a66172e1a1270646.tar.xz |
Upgrade e2fsprogs to 1.47.1
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r-- | sub/e2fsprogs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sub/e2fsprogs/Makefile b/sub/e2fsprogs/Makefile index 3a2ab76..df190c9 100644 --- a/sub/e2fsprogs/Makefile +++ b/sub/e2fsprogs/Makefile @@ -1,12 +1,12 @@ E2FSPROGS_NAME := e2fsprogs -E2FSPROGS_VERSION := 1.47.0 +E2FSPROGS_VERSION := 1.47.1 E2FSPROGS_URLDIR := https://kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v$(E2FSPROGS_VERSION) E2FSPROGS_TAREXT := tar.xz E2FSPROGS_TARLETTER := J E2FSPROGS_CONFIGURE_OPTIONS := --with-gnu-ld --disable-gtk-doc-html --with-xz --disable-manpages --enable-largefile --with-bashcompletiondir=$(OUTPUT)/build-build/opt/$(E2FSPROGS_NAME)-$(E2FSPROGS_VERSION)/bash-completions -E2FSPROGS_CFLAGS := -D_LARGEFILE64_SOURCE +E2FSPROGS_CFLAGS := E2FSPROGS_LDFLAGS := -s -static E2FSPROGS_LIBS := -llzma |