Package: acl / 2.2.51-8

Metadata

Package Version Patches format
acl 2.2.51-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
10 590240 move binaries to root bin dir.patch | (download)

chacl/Makefile | 6 6 + 0 - 0 !
getfacl/Makefile | 6 6 + 0 - 0 !
setfacl/Makefile | 6 6 + 0 - 0 !
3 files changed, 18 insertions(+)

---
11 636512 fix ftbfs4hurd.patch | (download)

setfacl/parse.c | 28 27 + 1 - 0 !
1 file changed, 27 insertions(+), 1 deletion(-)

 acl: fix ftbfs on hurd-i386
Date: Wed, 03 Aug 2011 19:36:27 +0200

Currently acl does not compile on hurd-i386. The problem is a PATH_MAX
definition which is not supported on GNU/Hurd.


12 643588 acl autoconf version check.patch | (download)

configure.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 fix for incompatibility with autoconf2.13
 This package will not build if autconf2.13 is installed.
 Adding AC_PREREQ allows the automatic checks to run the correct
 version of autconf, whichever is installed, or to get a clear error
 message about the problem.