btrfs-progs: fix compilation with musl 1.2.4 (#756)

This commit is contained in:
Hex 2024-01-14 03:33:36 +08:00 committed by GitHub
parent ceb8a218e5
commit 8b2f4e5940
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,10 @@ PKG_FIXUP:=autoreconf
include $(INCLUDE_DIR)/package.mk
ifneq ($(CONFIG_USE_MUSL),)
TARGET_CFLAGS += -D_LARGEFILE64_SOURCE
endif
define Package/btrfs-progs
SECTION:=utils
CATEGORY:=Utilities