diff --git a/alist/Makefile b/alist/Makefile index 11e88c4..5dcb96a 100644 --- a/alist/Makefile +++ b/alist/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=alist PKG_VERSION:=3.17.0 PKG_WEB_VERSION:=3.17.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/alist-org/alist/tar.gz/v$(PKG_VERSION)? @@ -52,6 +52,10 @@ define Package/$(PKG_NAME)/description A file list program that supports multiple storage, powered by Gin and Solidjs. endef +ifneq ($(CONFIG_USE_MUSL),) + TARGET_CFLAGS += -D_LARGEFILE64_SOURCE +endif + define Build/Prepare $(call Build/Prepare/Default) $(eval $(call Download,$(PKG_NAME)-web))