On 2/22/15, Barry Kauler <[email protected]> wrote: > > libattr.so* is in the 'attr' package. > > You could add that package to your T2 build. > > However, I don't understand why libcap is wanting -lattr, as I build > it ok without the attr package. >
I just had a quick look at the libcap source: # tar -xf libcap-2.17.tar.bz2 # cd libcap-2.17 # grep LIBATTR `find . -type f | tr '\n' ' '` ./libcap/Makefile:ifeq ($(LIBATTR),yes) ./progs/Makefile:ifeq ($(LIBATTR),yes) ./Make.Rules:LIBATTR := no # LIBATTR is set to "no", but somehow in your build it is getting changed to "yes". Regards, Barry ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
