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:
parent
de7134cf02
commit
8d6cf250e5
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user