From 956a03a3a7aac0a668587482ad0bea3eb101b323 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 16 May 2023 19:00:17 +0800 Subject: [PATCH] Revert "e2fsprogs: fix compilation with musl 1.2.4" lseek64 function was detected by autotools which would only check the lfs header. Revert it and add proper fix instead. This reverts commit 83ec8f3099d57b88a72aa1e64e0fcf88a74325f0. Signed-off-by: Tianling Shen --- package/utils/e2fsprogs/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package/utils/e2fsprogs/Makefile b/package/utils/e2fsprogs/Makefile index 3813b338a8..9437947ab6 100644 --- a/package/utils/e2fsprogs/Makefile +++ b/package/utils/e2fsprogs/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=e2fsprogs PKG_VERSION:=1.47.0 -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@KERNEL/linux/kernel/people/tytso/e2fsprogs/v$(PKG_VERSION)/ @@ -143,9 +143,6 @@ $(call Package/e2fsprogs) DEPENDS:= +e2fsprogs endef -ifneq ($(CONFIG_USE_MUSL),) - TARGET_CFLAGS += -D_LARGEFILE64_SOURCE -endif TARGET_CFLAGS += $(FPIC) CONFIGURE_ARGS += \