mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-08 11:17:36 +08:00
btrfs-progs: fix compilation with musl 1.2.4 (#756)
This commit is contained in:
parent
ceb8a218e5
commit
8b2f4e5940
@ -25,6 +25,10 @@ PKG_FIXUP:=autoreconf
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
|
ifneq ($(CONFIG_USE_MUSL),)
|
||||||
|
TARGET_CFLAGS += -D_LARGEFILE64_SOURCE
|
||||||
|
endif
|
||||||
|
|
||||||
define Package/btrfs-progs
|
define Package/btrfs-progs
|
||||||
SECTION:=utils
|
SECTION:=utils
|
||||||
CATEGORY:=Utilities
|
CATEGORY:=Utilities
|
||||||
|
Loading…
Reference in New Issue
Block a user