Hello,

libcap will want to link with libattr but it will use sys/xattr.h.

sed -i 's/-lattr//' libcap/Makefile

nm libcap.so.2.24 | grep xattr
                 U fgetxattr@@GLIBC_2.3
                 U fremovexattr@@GLIBC_2.3
                 U fsetxattr@@GLIBC_2.3
                 U getxattr@@GLIBC_2.3
                 U removexattr@@GLIBC_2.3
                 U setxattr@@GLIBC_2.3

Sincerely,

William Harrington
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to