[ptxdist] [PATCH 1/2] [acl][v2] Added packet for libacl.so and acl tools.

2010-01-08 Thread carsten . schlote
From: Carsten Schlote c.schl...@konzeptpark.de The libacl.so is required by other target tools. The packet also includes acl control functions, which can be installed on demand. Signed-off-by: Carsten Schlote c.schl...@konzeptp[acl] Added packet for libacl.so and tools. ---

Re: [ptxdist] [PATCH 1/2] [acl][v2] Added packet for libacl.so and acl tools.

2010-01-08 Thread Carsten Schlote
+ +-LCFLAGS = -include perm_copy.h ++LCFLAGS = -include perm_copy.h -I$(prefix)/include ^^ this is probably wrong, if prefix == /usr host include will leak in Without this hack, I had a problem with xattr.h no found on compile, although it is

Re: [ptxdist] [PATCH 1/2] [acl][v2] Added packet for libacl.so and acl tools.

2010-01-08 Thread Carsten Schlote
the build system has to respect CPPFLAGS, i.e. not overwrite then and use them If I remember right, I also tried this 'standard' without success. I'm just rebuilding our ptxdist project with the latest fixes to ACL and HOST-ACL. Assuming the build still works as expected I will examine this