On 5/21/07, Robert Connolly <[EMAIL PROTECTED]> wrote: > > I used Owl Linux's libcap patches, which I have attached. Install libcap with: > patch -Np1 -i ../libcap-1.10-owl_fixes-1.patch > make > make install > rm -v /lib/libcap.so > ln -vs ../../lib/libcap.so.1 /usr/lib/libcap.so > chmod -v 755 /lib/libcap.so.1.10 > > Owl's patches install to /sbin, but I don't see why it can't go in /usr/sbin. > That can be changed with 'make' parameters though.
Randy added the Fedora patches to our repo a little while back. http://www.linuxfromscratch.org/patches/downloads/libcap/libcap-1.10-fedora_fixes-1.patch IMO, all we really need is to rip out the two _syscall2 declarations to get it to work with recent headers. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
