On Thu, Dec 29, 2011 at 03:58:04PM +0100, [email protected] wrote:
> From: Dongsu Park <[email protected]>
> 
> configure should check if libattr.so exists under system lib dir,
> as well as if its header file attr/xattr.h exists under /usr/include.
> Without these checks, you could meet compile error when the devel
> package for libattr does not exist, although you don't meet any error
> in configure phase.

The right fix is to replace the attr/xattr.h include with sys/xattr.h,
which is provided by glibc.

-- 
sheepdog mailing list
[email protected]
http://lists.wpkg.org/mailman/listinfo/sheepdog

Reply via email to