From: Zbigniew Jędrzejewski-Szmek Date: Wed, 10 Dec 2025 08:42:50 +0000 (+0100) Subject: tar-util: allow to build without acl support (#39965) X-Git-Tag: v259-rc3~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13a74f350e0629bedb9e3dbcb53cbcff365af699;p=thirdparty%2Fsystemd.git tar-util: allow to build without acl support (#39965) This adds minimal definitions provided by libacl to make tar-util built without libacl support. Fixes the following compile error: ``` ../src/shared/tar-util.c:62:9: error: unknown type name 'acl_t' 62 | acl_t acl_access, acl_default; | ^~~~~ ``` Follow-up for 4ded7f7a434c59534f65a0f9d391c55961eb110d. Fixes #39928. Replaces #39954. --- 13a74f350e0629bedb9e3dbcb53cbcff365af699