﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
2174	ACL/Attr	Luca	Wayne Blaszczyk	"Kdelibs-<version>, Samba and other packages support ACL/Attr for file permission Access Control Lists.

ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_2.2.39-1.tar.gz
ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_2.4.32-1.tar.gz

ACL needs Attr to be installed first.


Attr building instructions:

{{{
make configure
make
make install install-lib install-dev
}}}

Lib64 enabled by default, I disabled it with:

{{{
sed -i 's@--enable-lib64=yes@--enable-lib64=no@' Makefile
}}}

To turn off debugging asserts and turn on optimizer it is possible to set the following variables before running make configure:
OPTIMIZER=-O DEBUG=-DNDEBUG


ACL building instructions:

{{{
make configure
make
make install install-lib install-dev
}}}

Lib64 enabled by default, I disabled it with:

{{{
sed -i 's@--enable-lib64=yes@--enable-lib64=no@' Makefile
}}}

To turn off debugging asserts and turn on optimizer it is possible to set the following variables before running make configure:
OPTIMIZER=-O DEBUG=-DNDEBUG


By default ACL and Attr creates symlinks from /usr/lib/libacl{a,la} and /usr/lib/libattr{a,la} to /lib and install lib{acl,attr}.{so,so.1,so.1.1.0} in /lib and symlinks lib{acl,attr}.so from /lib to /usr/lib."	enhancement	closed	normal	x-future	BOOK	SVN	medium	fixed		
