From 8d6cf250e5613524b7a832d117732801be997c43 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 16 May 2023 16:44:16 +0800 Subject: [PATCH] Revert "f2fs-tools: fix compilation with musl 1.2.4" f2fs-tools correctly defined `_LARGEFILE64_SOURCE` already, this is not the real cause. This reverts commit de7134cf025a1769953c8af5d3adc70283c41bc2. Signed-off-by: Tianling Shen --- package/utils/f2fs-tools/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/package/utils/f2fs-tools/Makefile b/package/utils/f2fs-tools/Makefile index 24c540d6de..99d402af6c 100644 --- a/package/utils/f2fs-tools/Makefile +++ b/package/utils/f2fs-tools/Makefile @@ -98,10 +98,6 @@ define Package/libf2fs-selinux VARIANT:=selinux endef -ifneq ($(CONFIG_USE_MUSL),) - TARGET_CFLAGS += -D_LARGEFILE64_SOURCE -endif - CONFIGURE_ARGS += \ --disable-static \ --without-blkid \