Bruce Dubbs wrote:
Can this be fixed with:
echo '#define HAVE_LSTAT=1' >> config.h
after ./configure ??
That would be
echo '#define HAVE_LSTAT 1' >> config.h
You could verify that yourself by running "readelf -s src/cpio" and
looking for lstat (lstat64 in this case).
BTW looking at Gentoo patches, I suspect that we have more bugs to fix,
including security ones...
http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/app-arch/cpio/files/2.6-umask.patch
http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/app-arch/cpio/files/cpio-2.6-chmodRaceC.patch
--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page