summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2015-05-04 18:36:21 +0200
committerDavid Sterba <dsterba@suse.cz>2015-05-14 15:41:06 +0200
commitab5984ff6cce6f12063720b6dafc1afcd6606853 (patch)
tree78694da95950bc3e8655be94edccf74fff611720 /INSTALL
parentbea9ba0acb38e8b3a49fa1b38b574dd79bdb1a42 (diff)
downloadbtrfs-progs-ab5984ff6cce6f12063720b6dafc1afcd6606853.tar.gz
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 <hugo@carfax.org.uk> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL3
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index cc48217..f8d719a 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 .