From ab5984ff6cce6f12063720b6dafc1afcd6606853 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 4 May 2015 18:36:21 +0200 Subject: btrfs-progs: convert: drop dependency on sys/acl.h The file sys/acl.h is part of libacl and if the development package is not installed, build of btrfs-convert fails. We do not link against libacl nor use the functions provided by libacl. The ACL_* values are directly read from the extN data, so it's more part of the on-disk format rather than an interface to libacl. The dependency on libacl is completely dropped. Reported-by: Hugo Mills Signed-off-by: David Sterba --- INSTALL | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index cc482177..f8d719a0 100644 --- a/INSTALL +++ b/INSTALL @@ -17,10 +17,9 @@ Generating documentation: - asciidoc - text document format tool - xmlto - text document format tool -XATTR and ACL libraries should be provided by the standard C library or by +XATTR library should be provided by the standard C library or by - libattr - extended attribute library -- libacl - access control list library Please note that the package names may differ according to the distribution. See https://btrfs.wiki.kernel.org/index.php/Btrfs_source_repositories#Dependencies . -- cgit v1.2.3