From 6c6d8fe5420a1fc88797f406e4483d743b87ac60 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Tue, 16 May 2023 17:17:06 +0800 Subject: acl: fix compilation with musl 1.2.4 musl 1.2.4 deprecated legacy "LFS64" ("large file support") interfaces so just having _GNU_SOURCE defined is not enough anymore. Backport an upstream fix to replace these old functions. Signed-off-by: Tianling Shen --- utils/acl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/acl/Makefile') diff --git a/utils/acl/Makefile b/utils/acl/Makefile index 8fa85ddc2..69caa54ed 100644 --- a/utils/acl/Makefile +++ b/utils/acl/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acl PKG_VERSION:=2.3.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://git.savannah.nongnu.org/cgit/acl.git/snapshot -- cgit v1.2.3