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 de7134cf02.

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2023-05-16 16:44:16 +08:00
parent de7134cf02
commit 8d6cf250e5
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -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 \